@charset "utf-8";
*.bhover { background:#999; color:#fff;}
* { margin:0; padding:0; outline:none; font-family:'微软雅黑', Helvetica,Arial,Lucida, sans-serif;
-webkit-font-smoothing:antialiased; /*chrome、safari*/
-moz-osx-font-smoothing:grayscale; /*firefox*/
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}

.animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navicon{position:absolute; right:10px; top:15px; display:block; display:none; height:30px; width:30px; transition:1s; z-index:9999; background:#fff; border-radius:3px; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.navicon .line { flex:0 0 80%; width:80%; background:#172f64; height:2px; margin:6px 10%; display:block;}
.navicon.close span{opacity:0;transition:.3s cubic-bezier(.53,0,.15,.3); color:#fff;}

.navicon .line.deg45{transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.navicon .line.deg135{transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	background:#fff;
	background:#fff;
	color:#707070;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale; /*firefox*/
	overflow-x:hidden;
}
ol,ul,li,p {
		list-style:none;font-weight:normal;
}
dl,dt,dd {border:0;}
a {
		color:#515151;
		outline:none;
		font-weight:normal;
		text-decoration:none;
}

a:hover { color:#d50808;}
a img {
		border:0;
		margin:0;
		padding:0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666; opacity:0.5;  font-size:15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;opacity:0.5; font-size:15px;
}
input:-ms-input-placeholder{
    color: #666;opacity:0.5; font-size:15px;
}
input::-webkit-input-placeholder{
    color: #666;opacity:0.5; font-size:15px;
}

.animated{visibility:hidden}
.visible{visibility:visible}
.alpha0 {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha13 {filter:alpha(opacity=13); -moz-opacity:0.13; -khtml-opacity: 0.40; opacity: 0.13;}
.color1 { background:#cccccc;}
.color2 { background:#ffffff;}
.color3 { background:#000000;}
.color4 { background:#0baecb;}
.alpha70 { filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity: 0.70; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.alpha40 { filter:alpha(opacity=40); -moz-opacity:0.40; -khtml-opacity: 0.40; opacity: 0.40; width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1;}
.h50 { height:50px; display:none;}
.h60 { height:60px; display:none;}
.h65 { height:65px; display:none;}
*.fl { float:left;}
*.fr { float:right;}
*.mt3 { margin-top:3px!important;}
*.mt5 { margin-top:5px!important;}
*.mt8 { margin-top:8px!important;}
*.mt10 { margin-top:10px!important;}
*.mt20 { margin-top:20px!important;}
*.mt24 { margin-top:24px!important;}
*.mt30 { margin-top:30px!important;}
*.mt40 { margin-top:40px!important;}
*.mt45 { margin-top:45px!important;}
*.mt50 { margin-top:50px!important;}
*.mt60 { margin-top:60px!important;}
*.mt70 { margin-top:70px!important;}
*.mt80 { margin-top:80px!important;}
*.mt90 { margin-top:80px!important;}
*.mt100 { margin-top:100px!important;}
*.mt150 { margin-top:150px!important;}

*.f12 { font-size:12px; line-height:24px;}
*.f14 { font-size:14px; line-height:26px;}
*.f15 { font-size:15px; line-height:29px;}
*.f16 { font-size:16px; line-height:30px;}
*.f18 { font-size:18px; line-height:32px;}
*.f21 { font-size:21px; line-height:34px;}
*.f20 { font-size:20px; line-height:36px;}
*.f22 { font-size:22px; line-height:38px;}
*.f40 { font-size:40px; line-height:60px;}
*.f50 { font-size:50px; line-height:80px;}
*.center { text-align:center;}
*.strong { font-weight:bold;}
.cfff { color:#fff;}

/*页眉*/
.top_bg{ width:100%; height:106px; overflow:visible; position:relative; z-index:9999; background:url(../images/top_bg_x.png) repeat-x; position:fixed; left:0; top:0; z-index:99999; box-shadow: 0px 0px 5px rgba(0,0,0,0.1);}
.top_bg.bgfff { background-color:#fff;}
.ny .top_bg { background-color:#fff;}
.top_bg .top{ max-width:1440px; min-width:960px; height:106px; margin:0 auto; position:relative;}
.top_bg .top .welcome { height:39px; line-height:39px; color:#787eed; float:left; margin-left:5%;}
.top_bg .top .welcome a { color:#abbaff;}
.top_bg .top .weather { display:inline-block; font-size:12px; margin-left:10px; font-family:"宋体";}
.top_bg .top .weather .low{ color:#006b19;}
.top_bg .top .weather .high{ color:#e00000;}

.top_bg .top .email { position:absolute; right:200px; top:25px; line-height:40px;}

.top_bg .top .telbox { width:193px; height:39px; position:absolute; right:0; top:0; color:#fff; z-index:99999; overflow:hidden; text-align:center;}
.top_bg .top .telbox:before { content:''; display:inline-block; width:25px; height:23px; position:relative; top:5px; margin-right:15px; background:url(../images/telbox_icon.png) no-repeat;}
.top_bg .top .telbox .lab { font-size:16px; height:28px; display:inline-block; position:relative; color:#3e3e3e; margin-left:10px; position:relative;}
.top_bg .top .telbox .tel { font-size:18px; color:#2a2e89; line-height:34px; position:relative; letter-spacing:0px; font-family:Arial; display:inline-block; font-weight:bold; /*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff; */}

.top_bg .top .logobox { position:absolute; left:0%; top:20px; height:auto; overflow:hidden;}
.top_bg .top .logobox a { display:block;}
.top_bg .top .logobox .tit2 { color:#242bb1; font-size:19px; line-height:30px;}
.top_bg .top .logo { float:left; height:auto; overflow:hidden; margin-right:12px; margin-top:0px;}
.top_bg .top .info { height:78px; overflow:hidden; float:left;}
.top_bg .top .info .tit { font-size:32px; line-height:32px; color:#122e96; font-weight:bold; letter-spacing:2px; margin-top:0px;}
.top_bg .top .info .tit strong { color:#ef711f;}
.top_bg .top .info .tit1 { font-size:14px; line-height:30px; color:#323232; letter-spacing:3.5px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}
.top_bg .top .logo:hover {/*transform: perspective(120px) rotateY(-360deg);*/}


.top_bg .top .ad_text { position:absolute; left:34%; top:53%;}
.top_bg .top .toplink { height:39px;  line-height:38px; position:absolute; top:0; right:0; color:#bfa22a; font-size:16px; font-weight:bold;}
.top_bg .top .toplink a { line-height:39px; color:#bfa22a; display:inline-block; text-align:center;}
.top_bg .top .toplink a:hover { color:#bfa22a;}
.top_bg .top .toplink .qrcodebox { width:104px; height:104px; position:absolute; left:20px; top:45px; border-left:0; background:#fff; border:1px solid #ccc; padding:5px; border-radius:2px; display:none;}

.top_bg .top .searchbox { width:30px; height:30px; overflow:visible; position:absolute; top:50%; right:0; margin-top:-15px;}
.top_bg .top .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.top_bg .top .searchbox .keys { width:0; height:30px; line-height:30px; border:0px solid transparent; color:#666; position:absolute; right:0; top:0px; text-indent:10px;  background:#fff; border-radius:15px; }
.top_bg .top .searchbox .submit { width:50px; height:30px; line-height:30px; background:url(../images/icon_search.png) center center no-repeat; font-size:0px; border:0; position:absolute; right:0; top:0; color:#fff; cursor:pointer;}
.top_bg .top .searchbox:hover .keys,
.top_bg .top .searchbox.hover .keys{ width:200px; border:1px solid #2a5e6b;}
.top_bg .top .searchbox:hover .submit,
.top_bg .top .searchbox.hover .submit{ margin-top:0px;}
.top_bg .top .searchbox .keys:-ms-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .searchbox .keys::-webkit-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.top_bg .top .share_link { position:absolute; top:50%; margin-top:-10px; right:20px;}

.topbox_bg { height:107px; overflow:hidden; position:relative; margin-top:0px; z-index:9999; background:#122e96;}
.topbox_bg .topbox { max-width:1440px; min-width:960px; margin:0 auto; margin-top:0; height:107px; overflow:visible; position:relative; /*text-shadow: 0 1px #ccc, 1px 0 #ccc, -1px 0 #ccc, 0 -1px #ccc;*/}
.topbox_bg .topbox .banner_ctrl_num { height:107px; line-height:107px; font-size:30px; float:left;}
.topbox_bg .topbox .banner_ctrl_num a { color:#3c5cd6; font-weight:bold; margin:0 20px;}
.topbox_bg .topbox .banner_ctrl_num a:hover,
.topbox_bg .topbox .banner_ctrl_num a.hover { color:#fff;}
.topbox_bg .topbox .more { font-size:30px; font-weight:bold; text-transform:uppercase; color:#a4a4a4; line-height:107px; float:right; background:#fff; padding:0; width:289px; text-align:center; position:absolute; right:-289px;}
.topbox_bg .topbox .about_point { width:100%; height:auto; overflow:hidden;}
.topbox_bg .topbox .about_point li { width:23%; height:201px; margin-left:2.4%;/* width:314px; height:203px;*/ overflow:hidden; float:left; position:relative; text-align:center; background:#f4f4f4; border:1px solid #4d7783;}
.topbox_bg .topbox .about_point li:nth-child(1) { margin-left:0;}
.topbox_bg .topbox .about_point li .icon { width:70px; height:70px; overflow:hidden; margin:0 auto; margin-top:10%;}
.topbox_bg .topbox .about_point li .tit { font-size:18px; line-height:70px; font-weight:bold; color:#2a5e6b;}
.topbox_bg .topbox .about_point li .des{ font-size:14px; line-height:24px; color:#fff; display:none; margin:0 20%; text-align:center;}
.topbox_bg .topbox .about_point li:hover { background:#2a5e6b;}
.topbox_bg .topbox .about_point li:hover .icon { height:0;}
.topbox_bg .topbox .about_point li:hover .tit { color:#bfa22a; font-size:16px;}
.topbox_bg .topbox .about_point li:hover .des { display:block;}
.topbox_bg .topbox .hotkeys { width:100%; height:auto; line-height:71px; overflow:hidden; color:#797979; font-size:15px;}
.topbox_bg .topbox .hotkeys a { color:#797979; line-height:20px;}
.topbox_bg .topbox .key { line-height:68px; display:inline-block;}
.topbox_bg .topbox .lab { color:#d74516; font-weight:bold; display:inline-block;}
.topbox_bg .topbox .search_box { float:right; width:30%; height:auto; overflow:hidden; margin-top:30px; margin-right:5%;}

.topbox_bg .topbox .searchbox { width:368px; height:37px; overflow:hidden; position:absolute; top:50%; right:0; margin-top:-18px; border-radius:18px; z-index:999; background:#fff;}
.topbox_bg .topbox .searchbox:after { /*content:''; position:absolute; right:0; top:50%; width:1px; height:19px; background:#eee; margin-top:-9px;*/}
.topbox_bg .topbox .searchbox .keys { width:300px; height:37px; line-height:37px; border:0; color:#666; position:absolute; left:20px; top:0px;}
.topbox_bg .topbox .searchbox .submit { width:56px; height:37px; line-height:37px; background:url(../images/icon_search1.png) center center no-repeat; font-size:0px; border:0; position:absolute; right:0px; top:0; color:#fff; cursor:pointer;}
.topbox_bg .topbox .searchbox:hover .submit,
.topbox_bg .topbox .searchbox.hover .submit{ margin-top:0px;}
.topbox_bg .topbox .searchbox .keys:-ms-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.topbox_bg .topbox .searchbox .keys::-webkit-input-placeholder{
    color: #666;/*opacity:0.5; font-size:12px;*/
}
.ny .topbox_bg { height:71px; background:#f4f4f4; height:auto; margin-top:0; overflow:hidden;}
.ny .topbox_bg .topbox { height:71px;}


/*主导航样式*/
.navmenu_bg { height:100px; position:relative; z-index:999999; border-top:1px solid #dddddc;/* background:rgba(255,255,255,.68); border-bottom:2px solid #549e04;*/}

.navmenu { height:106px; position:absolute; left:auto; bottom:0; right:60px; overflow:visible;}
.navmenu #menu { width:100%; height:106px; position:relative; right:0; font-size:14px;/* background:url(../images/navmenu_spa.png) left center no-repeat;*/}
.navmenu #menu li { height:106px; width:auto; float:left; position:relative; text-transform:uppercase; padding:0 20px; /* background:url(../images/navmenu_spa.gif) right center no-repeat; writing-mode:tb-rl; font-weight:bold;  letter-spacing:2px;*/}
/*.navmenu #menu li.home { height:120px; overflow:hidden;}
.navmenu #menu li.home:before { content:''; width:1px; height:57px; position:absolute; left:0px; top:0; display:block; overflow:hidden; background:#d7d7d7;}*/
.navmenu #menu li.home:after { background:none;}
.navmenu #menu li:after { /*content:''; width:2px; height:16px; position:absolute; left:0px; top:50%; margin-top:-8px; display:block; overflow:hidden; background:#dcdcdc;*/}
.navmenu #menu li a { display:block; width:100%; height:37px; overflow:hidden; line-height:37px; text-align:center; position:relative; top:34px; color:#1e1e1e; text-align:center;}
.navmenu #menu li a:hover {/*  background:rgba(255,255,255,.15);*/ color:#122e96;}
.navmenu #menu li:hover a .cn,.navmenu #menu li.hover a .cn{ /*color:#0657a8; background:#dd1e19;*/}
.navmenu #menu li:hover a .en{ color:#83bbba;}
.navmenu #menu li:hover a+.subnav{ display:block;}
.navmenu #menu li.hover a ,.navmenu #menu li:hover a{ /*color:#df0b14; font-weight:bold; background:#dd1e19;*/ color:#122e96;}
.navmenu #menu li.hover,.navmenu #menu li:hover { /*background:#ba0722; background:rgba(0,0,0,.15);background:#ba0722;  */ color:#2a5e6b;/* letter-spacing:2px; */}
.navmenu #menu li.hover a+.subnav { }
.navmenu #menu li a:after{
	content: '';
	position:absolute;
	left:50%;
	margin-left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#122e96;
	z-index:-1;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.navmenu #menu li:hover a:after,
.navmenu #menu li.hover a:after { width:56px; margin-left:-28px;}
/*二级菜单*/
.navmenu #menu li .subnav { width:100%; height:auto; overflow:hidden; display:none; position:absolute; top:106px; left:0; background:#122e96; /*background:rgba(167,114,92,.95);*/ background-size:100% 100%; font-size:14px; font-weight:normal;}
.navmenu #menu li .subnav a { display:block; line-height:40px; width:100%; height:40px; font-weight:normal; color:#fff; background:none; position:relative; top:0;}
.navmenu #menu li .subnav a:before { display:none;}
.navmenu #menu li .subnav a:after { background:none; color:#fff;}
.navmenu #menu li .subnav a:hover { color:#fff; background:#eb1d23;}
.navmenu #menu li .subnav a:hover:before { background:#2a5e6b;}
.navmenu #menu li.lang_switch { }
.navmenu #menu li.lang_switch .lang_curr { width:134px; text-align:center; position:relative;}
.navmenu #menu li.lang_switch .lang_curr:before { content:''; width:13px; height:13px; background:url(../images/icon_zh.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; } 
.navmenu #menu li.lang_switch .lang_curr.zh:before { background:url(../images/icon_zh.png) center center no-repeat;} 
.navmenu #menu li.lang_switch .lang_curr.en:before { background:url(../images/icon_global.png) center center no-repeat; }
.navmenu #menu li.lang_switch .lang_curr:after { content:''; width:9px; height:8px; background:url(../images/icon_down.png) center center no-repeat; left:auto; right:10px; top:50%; margin-top:-4px;}
.navmenu #menu li.lang_switch .lang_list { display:none;}
.navmenu #menu li.lang_switch:hover .lang_list { display:block;}
.navmenu #menu li.lang_switch:hover .lang_list a { line-height:30px; height:30px; width:134px; background:#fff; border-radius:5px; position:relative;}
.navmenu #menu li.lang_switch .lang_list a.lang_en:before { content:''; width:13px; height:13px; background:url(../images/icon_global.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; }
.navmenu #menu li.lang_switch .lang_list a.lang_zh:before { content:''; width:13px; height:13px; background:url(../images/icon_zh.png) center center no-repeat; left:10px; top:50%; margin-top:-6px; position:absolute; }
.navmenu #menu li.lang_switch:hover .lang_list a:after { display:none;}
.bannerBox{ height:auto; overflow:hidden; position:relative; margin-top:0px;}
.bannerBox .hd{ width:100%;
	height:20px;
	text-align:center;
	position:absolute;
	bottom:30px; z-index:1;}
.bannerBox .hd .hd_box { max-width:1200px; min-width:960px; height:80px; margin:0 auto;}
.bannerBox .hd .curr { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .total { display:inline-block; color:#4c4c4c; line-height:30px; margin-top:25px; margin:0 10px;}
.bannerBox .hd .hd_box_ctrl { width:700px; height:80px; background:#f6f6f6; position:relative;}
.bannerBox .hd ul{ /*width:100%;*/ overflow:hidden; zoom:1;/* float:left;*/ text-align:center;display:inline-block;}
.bannerBox .hd ul li{ display:inline-block;
	_display:inline;
	_zoom:1;
	background:#122e96;
	width:20px;
	height:20px;
	line-height:20px;
	_font-size:0;
	margin:5px 5px;
	cursor:pointer;
	z-index:1;
	border-radius:50%;
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	-moz-transition:all .5s cubic-bezier(0,0,.2,1);
	-o-transition:all .5s cubic-bezier(0,0,.2,1);
	-ms-transition:all .5s cubic-bezier(0,0,.2,1);
	transition:all .5s cubic-bezier(0,0,.2,1);
	color:#fff; font-size:0;}
.bannerBox .hd ul li.on{ background:#ec2329; width:20px; color:#fff;}
.bannerBox .bd{ position:relative; height:100%; z-index:0;   }
.bannerBox .bd li{ zoom:1; vertical-align:middle;}
.bannerBox .bd li img { display:block;}
.bannerBox .bd li a { display:block;}
/*.bannerBox .bd ul li {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);

}
.bannerBox .bd ul li.on {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);

}*/

/* 下面是前/后按钮代码，如果不需要删除即可 */
.bannerBox .prev,
.bannerBox .next{ position:absolute; left:1%; top:50%; margin-top:-30px; display:block; width:50px; height:60px; background:url(../images/slider-arrow.png) -177px 0 no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.bannerBox .next{ left:auto; right:1%; background-position:-52px 0; }
.bannerBox .prev:hover{ filter:alpha(opacity=100);opacity:1; background-position:-117px 0;}
.bannerBox .next:hover{ filter:alpha(opacity=100);opacity:1; background-position:0 0;}

/*通知公告*/
.noticebox { margin:40px 5%; height:auto; overflow:visible; }
.noticebox dt { width:100%; height:auto; overflow:visible; position:relative; padding-bottom:40px;}
.noticebox dt:after { content:''; position:absolute; height:1px; width:200%; left:-50%; bottom:0; background:#ebebeb;}
.noticebox dt .tit { font-size:36px; color:#0d498b; line-height:40px; height:40px; font-weight:bold; position:relative; margin-top:30px;}
.noticebox dt .tit:before { content:''; width:27px; height:3px; background:#2865a8; position:absolute; left:-46px; top:50%; margin-top:-2px;}
.noticebox dt .tit1 { font-size:18px; color:#979696; line-height:40px; text-transform:uppercase;}
.noticebox dt .more { color:#808080; font-size:18px; line-height:30px; float:right; margin-top:25px;}

.noticebox dd { width:100%; height:auto; overflow:visible; margin-top:50px;}

.noticebox .notice_list_scroll { width:100%; height:auto; overflow:hidden; position:relative;}
.noticebox .notice_list { width:100%; height:122px; overflow:hidden; margin-top:0;}
.noticebox .notice_list li { width:410px; height:122px; overflow:hidden; position:relative; float:left; margin-right:20px;}
.noticebox .notice_list li:after { content:''; width:100%; height:3px; background:#f1f1f1; position:absolute; bottom:0;}
.noticebox .notice_list li:before { content:''; width:0%; height:3px; background:#ef711f; z-index:1; position:absolute; left:0; bottom:0;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.noticebox .notice_list li a { display:block; overflow:hidden; position:relative; padding-left:109px;}
.noticebox .notice_list li .date { width:100px; height:100px; overflow:hidden; color:#0d498b; position:relative; margin:0 0 0 -109px; font-weight:bold; text-align:center; float:left;}
.noticebox .notice_list li .date:before { content:''; width:1px; height:100%; position:absolute; left:0; top:0; background:#ededed;}
.noticebox .notice_list li .date .d { width:100%; font-size:48px; line-height:50px; margin-top:10px;}
.noticebox .notice_list li .date .y-m { width:100%; font-size:14px; line-height:40px; height:40px; color:#0d498b;}
.noticebox .notice_list li .brief { width:100%; height:100px; overflow:hidden; float:left;}
.noticebox .notice_list li .tit { width:90%; height:48px; line-height:24px; overflow:hidden; color:#0d498b; font-size:16px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:10px; font-weight:bold;}
.noticebox .notice_list li .des { width:100%; height:30px; line-height:30px; overflow:hidden; margin-top:10px; font-size:14px; color:#3a3a3a; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.noticebox .notice_list li .more { display:block; width:30px; height:30px; background:#fafafa; text-align:center; border-radius:50%; color:#2965a8; font-size:25px; line-height:30px; float:right; position:absolute; top:0px; right:0px;}
.noticebox .notice_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; z-index:1; float:left;}
.noticebox .notice_list li:hover:before { width:50%;}
.noticebox dd { position:relative;}
.noticebox dd .prev,
.noticebox dd .next { display:block; width:55px; height:55px; background:#ef711f; color:#fff; line-height:55px; text-align:center; font-size:30px; position:absolute;}
.noticebox dd .prev { left:-120px; top:50%; margin-top:-33px;}
.noticebox dd .next { right:-120px; top:50%; margin-top:-33px;}

/*服务项目*/
.servicesbox_bg { height:auto; overflow:hidden; background-image:url(../images/servicesbox_bg.jpg); background-repeat:no-repeat; background-size:cover; background-position:top center;}
.servicesbox { margin:0 5%; margin-top:80px; height:auto; overflow:visible; }
.servicesbox dt { width:100%; height:auto; overflow:visible; position:relative; padding-bottom:30px;}
.servicesbox dt .tit { font-size:36px; color:#fff; line-height:40px; height:40px; font-weight:bold; position:relative; margin-top:30px;}
.servicesbox dt .tit:before { content:''; width:39px; height:4px; background:#fff; position:absolute; left:-57px; top:50%; margin-top:-2px;}
.servicesbox dt .tit1 { font-size:18px; color:#979696; line-height:40px; text-transform:uppercase;}
.servicesbox dt .des { font-size:16px; color:#fff; line-height:30px;}
.servicesbox dt .more { color:#808080; font-size:18px; line-height:30px; float:right; margin-top:25px;}
.servicesbox dd { width:100%; height:auto; overflow:hidden;}
.servicesbox dd .services_list li { width:30%; height:auto; overflow:hidden; float:left; background:#07152f; color:#fff; position:relative;}
.servicesbox dd .services_list li:after { content:''; background:#ef711f; width:100%; height:8px; position:absolute; left:0; bottom:0; width:0%;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.servicesbox dd .services_list li.style02 { background:#0d345f;}
.servicesbox dd .services_list li.style03 { background:#2a3a90;}
.servicesbox dd .services_list li .margin { margin:47px; position:relative;}
.servicesbox dd .services_list li .num { font-size:60px; font-weight:bold; line-height:60px;}
.servicesbox dd .services_list li .icon { float:right; width:65px; height:65px; position:absolute; right:0; top:0; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.servicesbox dd .services_list li .tit { font-size:36px; line-height:83px; position:relative;}
.servicesbox dd .services_list li .tit:after { content:''; width:39px; height:3px; background:#fff; position:absolute; left:0; bottom:0;}
.servicesbox dd .services_list li .tit1 { font-size:16px; line-height:40px; color:#fff; height:40px; display:block; position:relative;}
.servicesbox dd .services_list li .tit1:after { content:'>'; position:absolute; right:0; height:40px; line-height:40px;}
.servicesbox dd .services_list li:hover:after { width:100%;}
.servicesbox dd .services_more { width:230px; height:56px; line-height:56px; text-align:center; border:1px solid #fff; color:#fff; display:block; font-size:18px; margin-top:56px;}
.servicesbox dd .services_more:hover { background:#ef711f; color:#fff;}
.servicesbox dd .services_list li:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand;}


/*入园指南*/
.intoguide { margin:0 5%; margin-top:50px; height:auto; overflow:visible; background:#fff; position:relative;}
.intoguide:before { content:''; position:absolute; left:-50%;  top:0; height:100%; width:100%; background:#fff;}
.intoguide:after { content:''; position:absolute; left:-50%;  top:141px; height:415px; width:100%; background:#f9f9f9;}
.intoguide dt { width:100%; height:auto; overflow:visible; position:relative; padding:30px 0;}
.intoguide dt:after { content:''; position:absolute; height:1px; width:200%; left:-50%; bottom:0; background:#ebebeb;}
.intoguide dt .tit { font-size:36px; color:#0d498b; line-height:40px; height:40px; font-weight:bold; position:relative;}
.intoguide dt .tit:before { content:''; width:39px; height:4px; background:#0d498b; position:absolute; left:-57px; top:50%; margin-top:-2px;}
.intoguide dt .tit1 { font-size:18px; color:#979696; line-height:40px; text-transform:uppercase;}
.intoguide dt .more { color:#808080; font-size:18px; line-height:30px; float:right; margin-top:25px; margin-right:20px;}
.intoguide dd { width:100%; background:#f9f9f9; height:auto; overflow:hidden; margin-top:1px; position:relative; z-index:1;}
.intoguide dd .intoguide_list { width:100%; height:auto; overflow:hidden;}
.intoguide dd .intoguide_list li { width:25%; height:auto; overflow:hidden; float:left; background:#f9f9f9;}
.intoguide dd .intoguide_list li:nth-child(2n-1) { background:#fcfcfc;}
.intoguide dd .intoguide_list li .icon { width:70px; height:70px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.intoguide dd .intoguide_list li .icon .pic01 { display:block;}
.intoguide dd .intoguide_list li .icon .pic02 { display:none;}
.intoguide dd .intoguide_list li a { margin:45px; height:auto; overflow:hidden; display:block;}
.intoguide dd .intoguide_list li .tit { width:100%; font-size:36px; color:#0d498b; line-height:50px; margin-top:20px;}
.intoguide dd .intoguide_list li .tit1 { width:100%; font-size:14px; color:#c8c8c8; line-height:40px; text-transform:uppercase;}
.intoguide dd .intoguide_list li .tit2 { width:100%; font-size:16px; line-height:30px; color:#404040;}
.intoguide dd .intoguide_list li .des { width:100%; font-size:14px; color:#a0a0a0; height:96px; overflow:hidden; line-height:24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.intoguide dd .intoguide_list li:hover { background:#ef711f;}
.intoguide dd .intoguide_list li:hover .tit { color:#fff;}
.intoguide dd .intoguide_list li:hover .tit2,
.intoguide dd .intoguide_list li:hover .des { color:#000;}
.intoguide dd .intoguide_list li:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand;}
.intoguide dd .intoguide_list li:hover .icon .pic01 { display:none;}
.intoguide dd .intoguide_list li:hover .icon .pic02 { display:block;}

/*入驻企业*/
.businessbox { margin:0 5%; margin-top:20px; height:auto; overflow:visible; background:#fff; position:relative;}
.businessbox dt { width:100%; height:auto; overflow:visible; position:relative; padding:30px 0;}
.businessbox dt:after { content:''; position:absolute; height:1px; width:200%; left:-50%; bottom:0; background:#ebebeb;}
.businessbox dt .tit { font-size:36px; color:#0d498b; line-height:40px; height:40px; font-weight:bold; position:relative;}
.businessbox dt .tit:before { content:''; width:39px; height:4px; background:#0d498b; position:absolute; left:-57px; top:50%; margin-top:-2px;}
.businessbox dt .tit1 { font-size:18px; color:#979696; line-height:40px; text-transform:uppercase;}
.businessbox dt .more { color:#808080; font-size:18px; line-height:30px; float:right; margin-top:25px; margin-right:20px;}
.businessbox dd { width:100%; background:#f9f9f9; height:auto; overflow:hidden; margin-top:1px; position:relative; z-index:1;}
.businessbox_bg .business_class_list { width:100%; height:auto; overflow:hidden;}
.businessbox_bg .business_class_list li { width:16.66666666666667%; height:auto; overflow:hidden; float:left; text-align:center; color:#fff; position:relative;}
.businessbox_bg .business_class_list li img { display:block;}
.businessbox_bg .business_class_list li a { display:block; position:absolute; width:100%; height:100%; left:0; top:0; overflow:hidden; color:#fff; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:flex-end; align-items:center;}
.businessbox_bg .business_class_list li a .info { position:relative; z-index:1;}
.businessbox_bg .business_class_list li .tit { font-size:24px; line-height:60px; position:relative;}
.businessbox_bg .business_class_list li .tit:before, 
.businessbox_bg .business_class_list li .tit:after { content:'—'; display:inline-block; position:relative; margin:0 15px;}
.businessbox_bg .business_class_list li .tit1 { font-size:14px; line-height:40px; font-family:Arial; text-transform:uppercase;}
.businessbox_bg .business_class_list li .more { font-size:14px; line-height:40px; margin:10px 0;}
.businessbox_bg .business_class_list li a:after { content:''; position:absolute; width:100%; height:100%; left:0; bottom:-100%;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.businessbox_bg .business_class_list li.style01 a:after { background:url(../images/business_class_mask_bg01.png) bottom repeat-x;}
.businessbox_bg .business_class_list li.style02 a:after { background:url(../images/business_class_mask_bg02.png) bottom repeat-x;}
.businessbox_bg .business_class_list li.style03 a:after { background:url(../images/business_class_mask_bg03.png) bottom repeat-x;}
.businessbox_bg .business_class_list li.style04 a:after { background:url(../images/business_class_mask_bg04.png) bottom repeat-x;}
.businessbox_bg .business_class_list li.style05 a:after { background:url(../images/business_class_mask_bg05.png) bottom repeat-x;}
.businessbox_bg .business_class_list li.style06 a:after { background:url(../images/business_class_mask_bg06.png) bottom repeat-x;}
.businessbox_bg .business_class_list li:hover a:after { bottom:0;}
.businessbox_bg .ctrl_btn_box { height:117px; width:100%; text-align:center; font-size:18px; color:#616161;}
.businessbox_bg .ctrl_btn_box a { display:inline-block; width:38px; height:38px; line-height:38px; border-radius:50%; background:#0d498b; color:#fff; margin:40px 34px;}
.businessbox_bg .ctrl_btn_box a:hover { background:#ef711f;}
/*培训中心*/
.trainingbox_bg { height:auto; overflow:hidden; background-image:url(../images/trainingbox_bg.jpg); background-repeat:no-repeat; background-size:cover; background-position:top center; padding-bottom:100px;}
.trainingbox { margin:0 5%; margin-top:80px; height:auto; overflow:visible; }
.trainingbox dt { width:100%; height:auto; overflow:visible; position:relative; padding-bottom:30px;}
.trainingbox dt:after { content:''; position:absolute; height:1px; width:200%; left:-50%; bottom:0; background:#31547b;}
.trainingbox dt .tit { font-size:36px; color:#fff; line-height:40px; height:40px; font-weight:bold; position:relative; margin-top:30px;}
.trainingbox dt .tit:before { content:''; width:39px; height:4px; background:#fff; position:absolute; left:-57px; top:50%; margin-top:-2px;}
.trainingbox dt .tit1 { font-size:18px; color:#bbbbbb; line-height:40px; text-transform:uppercase;}
.trainingbox dt .des { font-size:16px; color:#fff; line-height:30px;}
.trainingbox dt .more { color:#fff; font-size:18px; line-height:30px; float:right; margin-top:25px;}
.trainingbox dd { width:100%; height:auto; overflow:hidden;}
.training_recom_info { width:40%; height:auto; overflow:hidden; color:#fff; float:left;}
.training_recom_info .line { width:52px; height:3px; background:#fff; margin:20px 0;}
.training_recom_info .tit { font-size:24px; line-height:50px; font-weight:bold; margin-top:50px;}
.training_recom_info .des { font-size:18px; height:193px; line-height:48px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; margin-top:60px;}
.training_recom_info .more { width:230px; height:57px; line-height:57px; text-align:center; border:1px solid #fff; display:block; font-size:18px; color:#fff; margin-top:60px;}
.training_class_list { width:55%; height:auto; overflow:hidden; font-size:18px; color:#fff; float:right; margin-top:40px;}
.training_class_list li { width:38%; float:left; line-height:67px; height:67px; overflow:hidden; border-bottom:1px solid #e9e9e9; margin:0 6%;}
.training_class_list li a { color:#fff; line-height:67px; font-weight:bold; display:block; position:relative;}
.training_class_list li a:after { content:'>'; position:absolute; right:0; top:0;}
.training_class_list li:hover a { color:#ff8536;}
.training_class_list li:hover { border-bottom:1px solid #ff8536;}
/*合作伙伴*/
.partnersbox_bg { height:auto; min-height:649px; overflow:hidden; background:url(../images/partnersbox_bg.jpg) center center no-repeat; background-size:cover;}
.partnersbox { width:100%; margin-top:100px; height:auto; overflow:hidden;}
.partnersbox dt { width:30%; height:auto; overflow:hidden; position:relative; float:left; padding-bottom:20px;}
.partnersbox dt .title { float:left;}
.partnersbox dt .tit1 { font-size:48px; line-height:60px; color:#122e96; text-transform:uppercase; font-weight:bold;}
.partnersbox dt .tit { font-size:30px; line-height:50px; color:#122e96;}
.partnersbox dt .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:55px; display:inline-block;}
.partnersbox dt .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.partnersbox dt .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}
.partnersbox dd { width:70%; height:auto; overflow:visible; margin-top:0px; position:relative; float:right;}
.partners_list { width:100%; height:auto; overflow:hidden;}
.partners_list li { width:24%; float:left; height:auto; overflow:hidden; margin-left:1%; margin-bottom:1.5%;}
.partners_list li img { display:block; max-width:100%; width:auto;}
.partners_list li a { display:block;}
.partnersbox .prev,
.partnersbox .next{ display:block; width:38px; height:38px; line-height:38px; border-radius:50%; background:#0d498b; color:#fff; position:absolute; left:-70px; top:50%; margin-top:-30px; font-size:18px; text-align:center; z-index:1;}
.partnersbox .prev:hover,
.partnersbox .next:hover { background:#ef711f;}
.partnersbox .next { right:-70px; left:auto;}
/*新闻资讯*/
.newsbox_bg { height:auto; min-height:987px; overflow:hidden; background:#fff;}
.newsbox { max-width:1440px; min-width:960px;  height:auto; overflow:visible; position:relative; margin:0 auto; margin-top:40px;}
.newsbox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.newsbox dt .title { float:left;}
.newsbox dt .tit1 { font-size:48px; line-height:60px; color:#122e96; text-transform:uppercase; font-weight:bold;}
.newsbox dt .tit { font-size:30px; line-height:50px; color:#122e96;}
.newsbox dt .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:55px; display:block; float:right;}
.newsbox dt .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.newsbox dt .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}
.newsbox dd { width:100%; height:auto; overflow:visible; margin-top:60px; position:relative;}
.newsbox dd { width:100%; height:660px; overflow:visible; position:relative; margin-top:50px;}
.newsbox dt .tabs { width:100%; height:40px; margin-top:20px; overflow:hidden; text-align:center; font-size:16px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; position:relative; z-index:1;}
.newsbox dt .tabs a { display:block; width:48%; height:40px; line-height:40px; text-align:center; overflow:hidden; color:#515151; background:#f4f4f4; float:left;}
.newsbox dt .tabs a:hover,
.newsbox dt .tabs a.hover { color:#eac942; background:#2a5e6b;}
.newsbox dd.flexsc { display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.newsbox dd{ width:100%; height:auto; overflow:visible; margin-top:20px; position:relative;}
.newsbox dd .news_box { height:auto; overflow:hidden; padding-left:717px; margin-top:37px;}
/*图片新闻列表样式*/
.newsbox .pic_news_list_scroll { width:50%; height:auto; overflow:hidden; position:relative;}
.newsbox dd .pic_news_list { width:634px; height:580px; overflow:visible; float:left; background:#f2f2f2; margin:0 0 0 -717px;}
.newsbox dd .pic_news_list li { width:100%; height:auto; overflow:hidden; position:relative; margin:0; float:left;}
.newsbox dd .pic_news_list li a { display:block;}
.newsbox dd .pic_news_list li .pic { height:auto; overflow:hidden; display:block; position:relative; margin-top:20px;}
.newsbox dd .pic_news_list li .pic:after { content:''; position:absolute; left:0; top:0; bottom:0; right:0; border:2px solid transparent; z-index:999;
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;

}
.newsbox dd .pic_news_list li .brief { margin:0px; height:auto; overflow:hidden;}
.newsbox dd .pic_news_list li .margin { margin:40px 66px;}
.newsbox dd .pic_news_list li .brief .line { background:#5485b9; width:100%; height:1px; margin:0px;}
.newsbox dd .pic_news_list li .date { width:100%; height:auto; overflow:hidden; color:#939393; position:relative;}
.newsbox dd .pic_news_list li .date .d { width:100%; font-size:48px; line-height:50px; margin-top:0px; font-weight:bold;}
.newsbox dd .pic_news_list li .date .y-m { width:100%; font-size:14px; line-height:18px;}
.newsbox dd .pic_news_list li .tit { width:100%; font-size:18px; line-height:66px; height:66x; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color:#000;}
.newsbox dd .pic_news_list li .des { width:auto; padding-left:23px; position:relative; height:60px; overflow:hidden; line-height:30px; margin-top:20px; font-size:14px; color:#595959; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph;}
.newsbox dd .pic_news_list li .des:before { content:''; width:1px; height:50px; background:#8d8d8d; position:absolute; left:0; top:50%; margin-top:-25px;}
.newsbox dd .pic_news_list li .more { font-size:14px; line-height:25px; color:#122e96; position:relative; padding-right:60px; margin-top:30px; display:inline-block;}
.newsbox dd .pic_news_list li .more:before { content:'read more'; display:block; font-size:10px; line-height:15px; text-transform:uppercase; position:absolute; left:0; top:25px;}
.newsbox dd .pic_news_list li .more:after { content:''; width:37px; height:37px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:3px;}

.newsbox dd .pic_news_list li .time { font-size:18px; color:#eac942; line-height:50px; width:79px; height:35px; background:#2a5e6b; line-height:35px; text-align:center; position:absolute; right:0; bottom:0;}
.newsbox dd .pic_news_list li:hover { }
.newsbox dd .pic_news_list li:hover .tit { color:#2a5e6b;}
.newsbox dd .pic_news_list li:hover .tit1,
.newsbox dd .pic_news_list li:hover .date { color:#122e96;}
.newsbox dd .pic_news_list li:hover .date .m-d,
.newsbox dd .pic_news_list li:hover .des { }
.newsbox dd .pic_news_list li:hover .pic:after { border:2px solid #2a5e6b;}

.newsbox .news_list { width:100%; height:auto; overflow:hidden; float:right; border-top:1px solid #cdcdcd;}
.newsbox .news_list li { width:100%; height:191px; overflow:hidden; position:relative; border-bottom:1px solid #cdcdcd;}
.newsbox .news_list li a { display:block;}
.newsbox .news_list li .time { float:right; font-size:18px; font-weight:bold;}
.newsbox .news_list li .date { width:90px; height:auto; overflow:hidden; color:#0d498b; position:relative; text-align:center; margin:20px 0 0 -120px; float:left;}
.newsbox .news_list li .date .d { width:100%; font-size:72px; line-height:80px; margin-top:0px; font-weight:bold;}
.newsbox .news_list li .date .y-m { width:100%; font-size:18px; height:30px; line-height:30px;}
.newsbox .news_list li .brief { height:auto; overflow:hidden; padding-right:80px;}
.newsbox .news_list li .tit { width:100%; margin:0; font-size:18px; line-height:40px; height:40px; margin-top:30px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; color:#000;}
.newsbox .news_list li .des { width:auto; padding-left:30px; height:60px; overflow:hidden; line-height:30px; margin-top:10px; font-size:14px; color:#595959; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:justify; text-justify:inter-ideograph; position:relative; float:left;}
.newsbox .news_list li .des:before { content:''; width:1px; height:50px; background:#8d8d8d; position:absolute; left:0; top:50%; margin-top:-25px;}

.newsbox .news_list li .more { display:block; width:51px; height:51px; background:url(../images/icon_next_c0.png) center center no-repeat; float:right; margin:20px -80px; 0 0;}
.newsbox .news_list li .pic { width:187px; display:block; overflow:hidden; margin:0 0 0 -234px; float:left; border:10px solid #fff;}
.newsbox dd .news_list li:hover .pic { border:10px solid #242bb1;}
.newsbox dd .news_list li:hover .tit { color:#122e96;}
.newsbox dd .news_list li:hover .tit1,
.newsbox dd .news_list li:hover .date { color:#ef711f;}
.newsbox dd .news_list li:hover .date .m-d,
.newsbox dd .news_list li:hover .des { }
.newsbox dd .news_list li:hover .more { background:url(../images/icon_next_c1.png) center center no-repeat;}

.newsbox dd .news_list li.line {  border-bottom:1px dashed #cecece; padding-bottom:15px; margin-bottom:20px;}
.newsbox dd .ctrl_box { width:100%; height:25px;}
.newsbox dd .news_list_scroll .prev { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:left;}
.newsbox dd .news_list_scroll .next { width:49%; height:25px; background:#0d960b; display:block; color:#fff; text-align:center; float:right;}
.newsbox dd .news_list li.top_news { font-size:18px; font-weight:bold; color:#db0a0a; border-bottom:1px dashed #cecece; padding:15px 0; padding-bottom:30px; margin-bottom:20px;}
.newsbox dd .news_list li.top_news a { font-weight:bold; color:#db0a0a; line-height:23px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; white-space:normal; text-align:center;}
.newsbox dd .news_list li.top_news .time { display:none;}
.newsbox dd .news_list li.top_news:before { display:none;}

.newsbox dd .news_more { width:145px; height:49px; line-height:49px; font-size:16px; text-align:center; background:#fff; color:#2965a8; display:block; position:relative; top:-49px;}
.newsbox dd .news_more:hover { background:#2965a8; color:#fff;}

/*资质证书*/
.honorbox { margin:0%; height:auto; overflow:visible; position:relative; margin:60px 0;}
.honorbox dt { margin:0 1%; height:auto; overflow:hidden; position:relative; border-bottom:1px solid #d2d2d2; padding-bottom:20px;}
.honorbox dt .title { float:left; height:auto; overflow:hidden;}
.honorbox dt .tit { font-size:36px; color:#000; line-height:50px; font-weight:bold; display:block; position:relative;}
.honorbox dt .tit1 { font-size:30px; color:#d2d2d2; line-height:40px; font-weight:bold; text-transform:uppercase;}
.honorbox dt .tit2 { background:#006ccc; color:#fff; font-size:17px; line-height:39px; padding:0 20px; display:inline-block; border-radius:3px; font-weight:bold; position:relative;}
.honorbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.honorbox dt .more { float:right; margin-top:30px; width:200px; height:51px; line-height:51px; text-indent:25px; background:#242bb1; border-radius:26px; color:#fff; font-size:16px; position:relative;}
.honorbox dt .more:after { content:'→'; font-size:19px; color:#000; background:#fff; width:43px; height:43px; line-height:43px; text-align:center; border-radius:50%; position:absolute; right:4px; top:4px; text-indent:0;}
.honorbox dd { width:100%; height:auto; overflow:visible; position:relative;}

.honorbox dd .honor_prev { width:53px; height:53px; line-height:53px; text-align:center; display:block; display:inline-block; background:#c5c5c5; color:#fff; border-radius:50%; font-size:24px; z-index:1; position:absolute; left:-100px; top:50%; margin-top:-28px;}
.honorbox dd .honor_next { width:53px; height:53px; line-height:53px; text-align:center; display:block; display:inline-block; background:#c5c5c5; color:#fff; border-radius:50%; font-size:24px; z-index:1; position:absolute; right:-100px; top:50%; margin-top:-28px;}
.honorbox dd .honor_next:hover,
.honorbox dd .honor_prev:hover { color:#fff; background:#242bb1;}
.honorbox dd .honor_prev:after { content:'←';}
.honorbox dd .honor_next:after { content:'→';}

.honorbox .honor_list { height:auto;}
.honorbox .honor_list li { width:22%; height:auto; overflow:hidden; position:relative; float:left;
/*-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
*/background:#fff;
}
.honorbox .honor_list li .tit { width:100%; height:60px; line-height:60px; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:99999; font-size:18px;  color:#000000;}
.honorbox .honor_list li a { display:block; position:relative;}
.honorbox .honor_list li .pic { width:100%; height:auto; overflow:hidden;}
.honorbox .honor_list li .pic img {
	/*-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease; */position:relative; z-index:0; overflow:hidden;	
	}
.honorbox .honor_list li:hover { }
.honorbox .honor_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.honorbox .honor_list li:hover .tit { bottom:0;}
.honorbox .honor_list li .brief { height:60px; width:100%; position:relative;}
.honorbox .honor_list li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; color:#fff; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; top:-13px;}
.honorbox .honor_list li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.honorbox .honor_list li:hover .brief .more{ width:162px; font-size:14px;}


/*页面布局*/
.indexbox{  max-width:1440px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.ny_banner { width:100%; height:600px; background-color:#ccc; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; background-position:top center; margin-top:100px;}


.aboutbox_bg { height:auto; overflow:hidden; background:#fff; background-size:cover;}
/*关于我们*/
.aboutbox { margin:0; height:auto; overflow:visible; position:relative; margin-top:40px;}
.aboutbox dt { margin:0 2%; height:auto; overflow:hidden; position:relative;}
.aboutbox dt .title { float:left; margin-top:20px;}
.aboutbox dt .tit { font-size:36px; color:#000; line-height:50px; font-weight:bold; display:block; position:relative;}
.aboutbox dt .tit1 { font-size:30px; color:#d2d2d2; line-height:40px; font-weight:bold; text-transform:uppercase;}
.aboutbox dt .tit2 { background:#006ccc; color:#fff; font-size:17px; line-height:39px; padding:0 20px; display:inline-block; border-radius:3px; font-weight:bold; position:relative;}
.aboutbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.aboutbox dt .more { float:right; margin-top:30px; width:200px; height:51px; line-height:51px; text-indent:25px; background:#242bb1; border-radius:26px; color:#fff; font-size:16px; position:relative;}
.aboutbox dt .more:after { content:'→'; font-size:19px; color:#000; background:#fff; width:43px; height:43px; line-height:43px; text-align:center; border-radius:50%; position:absolute; right:4px; top:4px; text-indent:0;}
.aboutbox dt a { display:block;}
.aboutbox dd { width:100%; height:660px; overflow:visible; position:relative; margin-top:50px;}
.aboutbox dd .about_box { height:auto; overflow:hidden; padding-right:708px;}
.aboutbox dd .about_us_title1 { position:absolute; right:-30px; top:-12%; z-index:1; font-size:94px; line-height:100px; height:500px; color:#d4d4d4; font-weight:bold; text-transform:uppercase; writing-mode: vertical-lr; writing-mode: tb-lr;-webkit-writing-mode: vertical-rl; border-radius:3px;}
.aboutbox dd .about_us_title2 { position:absolute; right:70px; top:-12%; z-index:1; font-size:48px; line-height:50px; height:800px; font-family:Arial; color:#d4d4d4; font-weight:bold; text-transform:uppercase;writing-mode: vertical-lr; writing-mode: tb-lr;-webkit-writing-mode: vertical-rl; border-radius:3px;}
.aboutbox dd .text { height:auto; overflow:hidden; color:#6d6d6d; line-height:30px; font-size:15px; margin:10px 0;}
.aboutbox dd .companybox { position:relative; height:auto; overflow:hidden; text-align:center;}
.aboutbox dd .companybox .line { height:1px; background:#c8c8c8; position:absolute; left:0; top:51%; right:0; z-index:-1;}

.aboutbox dd .icon_list { width:100%; height:auto; overflow:hidden; margin-top:30px; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center;}
.aboutbox dd .icon_list li { width:209px; height:181px; float:left; margin:10px 30px; text-align:center; background:url(../images/about_icon_box.png) center center no-repeat;}
.aboutbox dd .icon_list li .icon { width:50px; height:50px; margin:0 auto; margin-top:18%; overflow:hidden;}
.aboutbox dd .icon_list li .tit { font-size:23px; line-height:70px; color:#0054b9;}
.aboutbox dd .icon_list li .des { color:#535353; line-height:28px; margin-top:10px;}
.aboutbox dd .icon_list li:hover .icon {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
.aboutbox dd .com { height:auto; overflow:hidden; margin-left:20px;}
.aboutbox dd .com .cn { color:#182d62; font-size:25px; font-weight:bold; margin-top:30px;}
.aboutbox dd .com .cn span { color:#e40620;}
.aboutbox dd .com .en{ font-size:14px; font-family:'Arial'; color:#b6b6b6}
.aboutbox dd .about { float:left; width:100%; height:auto; overflow:visible; position:relative;}
.aboutbox dd .about .tit1 { font-size:48px; color:#122e96; line-height:60px; font-weight:bold; position:relative; margin-top:20px; text-transform:uppercase;}
.aboutbox dd .about .tit { font-size:30px; color:#122e96; line-height:40px; position:relative; margin-top:10px;}
.aboutbox dd .about .company_name { font-size:18px; color:#000; line-height:30px; font-weight:bold; position:relative; margin-top:40px;}
.aboutbox dd .about .margin { margin:0 27px; height:auto; overflow:hidden;}
.aboutbox dd .about .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:60px; display:inline-block;}
.aboutbox dd .about .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.aboutbox dd .about .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}
.aboutbox dd .about .text { width:100%; height:auto; overflow:hidden; color:#737373; font-size:14px; line-height:30px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; margin-top:30px; text-align:justify; text-justify:inter-ideograph;}
.aboutbox dd .about .line { height:1px; width:100%; margin:30px 0; overflow:hidden; background:#122e96;}
.aboutbox dd .about .about_text strong { font-size:18px; color:#2945aa; font-weight:600;}
.aboutbox dd .about_link { width:107px; height:auto; overflow:hidden; float:left; margin-left:40px;}
.aboutbox dd .about_link li { width:107px; height:126px; overflow:hidden; margin-bottom:20px; background:url(../images/about_link_bg.png) center center no-repeat;}
.aboutbox dd .about_link li a { display:block; height:auto; margin-top:25%; overflow:hidden;}
.aboutbox dd .about_link li .tit { width:100%; font-size:12px; line-height:14px; float:left; color:#7d7d7d; text-align:center; margin-top:10px;}
.aboutbox dd .about_link li .tit:after { content:'—'; display:block; color:#7d7d7d;}
.aboutbox dd .about_link li .icon { width:40px; height:40px; margin:0 auto; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:center; align-items:center; border-radius:50%;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.aboutbox dd .about_link li .icon .img { display:block;}
.aboutbox dd .about_link li .icon .img2 { display:none;}
.aboutbox dd .about_link li a:hover { color:#fff;}
.aboutbox dd .about_link li:hover .icon {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}
.aboutbox dd .about_link li.more { background:none; font-size:14px; font-weight:bold; text-transform:uppercase; text-align:center;}
.aboutbox dd .about_link li.more a { color:#122e96; font-weight:bold;}
.aboutbox dd .about_link li:hover .icon .img1 { display:none;}
.aboutbox dd .about_link li:hover .icon .img2 { display:block;}
.aboutbox dd .about_link li:hover { background:url(../images/about_link_bg1.png) center center no-repeat;}
.aboutbox dd .about_link li:hover .tit,
.aboutbox dd .about_link li:hover .tit:after { color:#fff;}
.aboutbox dd .about_link li.more:hover { background:none;}

.aboutbox dd .about_other { width:708px; height:auto; position:relative; float:right; margin:0 -708px 0 0;}
.aboutbox dd .about_other .pic { width:520px; display:block; overflow:hidden; float:right; background:#ccddee;}
.aboutbox dd .about_other .info { margin:0 90px;}
.aboutbox dd .about_other .tit { font-size:41px; line-height:48px; font-weight:bold; color:#c1a329;}
.aboutbox dd .about_other .tit:after { content:'-'; display:block; color:#fff;}
.aboutbox dd .about_other .tit1 { font-size:14px; line-height:24px; color:#fff; margin-top:20px;}
.about_us_box { width:915px; height:171px; background:#ff9212; float:right;}
.about_us_box dt { width:296px; height:171px; float:left;}
.about_us_box dt .tit { font-size:36px; font-weight:bold; line-height:50px; color:#fff; margin-left:20%; margin-top:15%;}
.about_us_box dt .more { font-size:17px; color:#fff; text-transform:uppercase; margin-left:20%;}
.about_us_box dd .about_link { float:right; margin-top:55px; margin-right:0px;}
.about_us_box dd .about_link a { display:inline-block; margin:0 8px;}
.about_us_box dd .about_link a:hover {
	-webkit-animation-name: rubberBand; animation-name: rubberBand;
}

/*企业简介*/
.about_us { max-width:1200px; min-width:960px; height:auto; margin:0 auto; margin-top:40px; overflow:hidden;}
.about_us dt { width:100%; height:auto; line-height:55px;/* border-bottom:1px solid #e3e3e3;*/ position:relative; text-align:center;}
.about_us dt .line1 { display:block; width:88px; height:4px; background:#0262b8; border-radius:2px; margin:0 auto;}
.about_us dt .tit { color:#002c77; font-size:32px; font-weight:bold; position:relative; display:inline-block; margin-top:5px;}
.about_us dt .cred { color:#c70000;}
.about_us dt .line { width:45px; height:1px; display:inline-block; background:#a0a0a0; position:relative; top:-10px; margin:0 15px;}
.about_us dt .tit1 { color:#2f2f2f; font-size:15px; text-transform:uppercase; line-height:40px; margin-top:5px;}
.about_us dt .more { color:#fa2f14; float:right; text-transform:uppercase; font-weight:bold;}
.about_us dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.about_us dd .about_us_point { width:100%; height:auto; overflow:hidden;}
.about_us dd .about_us_point li { width:33.333333%; height:auto; overflow:hidden; float:left; text-align:center;}
.about_us dd .about_us_point li .num { color:#a0a0a0; font-size:88px;  font-weight:bold; line-height:80px; font-family:'GENUIB';}
.about_us dd .about_us_point li .tit { color:#505050; line-height:60px; font-size:18px;}
.about_us dd .des { text-align:center; line-height:30px; color:#626262; font-size:15px;}
.about_us dd .about_box { width:100%; height:auto; overflow:hidden;}
.about_us dd .about_box .about { width:50%; height:359px; float:left; background:#ae2c34 url(../images/about_bg.jpg) no-repeat;}
.about_us dd .about_box .about .tit { color:#fffefe; font-size:30px; margin:10% 0 5% 10%;}
.about_us dd .about_box .about .des { color:#fffefe; line-height:24px; width:80%; height:96px; margin:5% 0 5% 10%; text-align:justify; text-justify:distribute-all-lines; font-size:16px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align:left;}
.about_us dd .about_box .about .more { display:block; width:123px; height:36px; line-height:36px; text-align:center; color:#ffbfc3; border:1px solid #ffbfc3; margin:5% 0 0 10%; float:left;}
.about_us dd .about_box .about .more:hover { background:#ffbfc3; color:#ae2c34;}
.about_us dd .about_box .picbox { width:50%; float:left; height:auto; overflow:hidden;}

/*广告横幅*/
.adbox_bg { height:348px; overflow:hidden; position:relative;}
.adbox_bg .adbox { max-width:1200px; min-width:960px; margin:0 auto; height:348px; color:#fff; text-align:center;}
.adbox_bg .adbox .more { color:#fff; float:left; font-size:18px; top:30px; left:20px; position:relative;}
.adbox_bg .adbox .telbox { float:right; position:relative; top:80px; position:relative;}
.adbox_bg .adbox .telbox:before { content:''; block; width:62px; height:62px; background:url(../images/adbox_tel_icon.png) no-repeat; position:absolute; left:-80px; top:-20px;}
.adbox_bg .adbox .telbox .tel { font-size:58px; color:#002c77; font-family:Arial; font-weight:bold;}
.strok-outside {
    text-shadow: 0 2px white, 2px 0 white, -2px 0 white, 0 -2px white;
}
/*产品系列*/
.product_sort { width:100%; height:auto; overflow:visible;}
.product_sort li { height:auto; overflow:visible; background:#f0f0f0;}
.product_sort li a { display:block; border:1px solid #f0f0f0;}
.product_sort li a:hover { border:1px solid #242bb1;}
.product_sort li .pic { width:100%; height:254px; text-align:center; display:flex; display:-webkit-flex; flex-flow:column wrap; justify-content:center; align-items:center;}
.product_sort li .pic img { max-width:100%; width:auto;}
.product_sort li .brief { width:100%; height:66px; background:#e6e6e6; color:#fff;}
.product_sort li .brief .tit { font-size:18px; line-height:66px; text-align:left; text-indent:20px; color:#242bb1; font-weight:bold;}
.product_sort li .brief .des { font-size:20px; line-height:30px; text-align:center;}
.product_sort li .brief .part_enter { font-size:17px; width:128px; height:35px; line-height:35px; text-align:center; color:#000; display:block; background:#fff; margin: 0 auto; margin-top:20px;}
.product_sort li .brief .part_enter:hover { font-size:19px;}
.product_sort li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; bottom:-13px;}
.product_sort li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.product_sort li:hover .brief .more{ width:162px; font-size:14px;}
.slideBox { position:relative;}
.slideBox .prev { display:block; width:53px; height:97px; position:absolute; left:-80px; top:50%; margin-top:-48.5px; background:url(../images/slide_ctrl_left.png) center center no-repeat;}
.slideBox .next { display:block; width:53px; height:97px; position:absolute; right:-80px; top:50%; margin-top:-48.5px; background:url(../images/slide_ctrl_right.png) center center no-repeat;}
/*产品展示*/
.productbox_bg { height:auto;overflow:hidden; min-height:921px; background:url(../images/productbox_bg.jpg) top center no-repeat; background-size:cover;}
.productbox { width:100%; height:auto; overflow:visible; margin-top:7%;}
.productbox dt { width:30%; height:auto; overflow:visible; position:relative; float:left;}
.productbox dt .product-ctrl-btn { color:#2046b3; font-size:24px; font-weight:bold; line-height:40px; position:absolute; right:0; bottom:30px;}
.productbox dt .icon { margin:20px 0;}
.productbox dt .tit1 { font-size:48px; color:#fff; line-height:60px; font-weight:bold; text-transform:uppercase;}
.productbox dt .tit { font-size:30px; color:#fff; line-height:40px;}
.productbox dt .more { width:145px; height:49px; line-height:49px; font-size:16px; text-align:center; background:#276ab4; color:#fff; display:block; margin-top:20px;}
.productbox dt .more:hover { background:#f7f192; color:#276ab4;}
.productbox dt .tabs { width:100%; position:relative; height:auto; overflow:hidden; font-size:18px; margin-top:50px;}
.productbox dt .tabs li { width:100%; height:48px; line-height:48px; position:relative;}
.productbox dt .tabs a { color:#122e96; height:48px; line-height:48px;}

.productbox dt .tabs li a:hover,
.productbox dt .tabs li a.hover { color:#fff; font-weight:bold;}
.productbox dt .ctrl_box { font-size:24px; height:auto; overflow:hidden; margin-top:100px;}
.productbox dt .ctrl_box a { display:inline-block; background:#c5c5c5; color:#000;}
.productbox dt .ctrl_box a:hover { color:#fff; background:#242bb1;}
.productbox dt .product_sort_prev,
.productbox dt .product_sort_next { width:53px; height:53px; line-height:53px; text-align:center; display:block; border-radius:50%; font-size:24px; z-index:1; /*background:url(../images/product_list_ctrl_next.png) center center no-repeat;*/}
.productbox dt .product_sort_prev:after { content:'←';}
.productbox dt .product_sort_next:after { content:'→';}


.productbox dt .title { display:inline-block;}
.productbox dt .tit2 { font-size:24px; line-height:30px;}
.productbox dt .tit3 { font-size:12px; line-height:30px; text-transform:uppercase;}
.productbox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.productbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.productbox dd { width:70%; height:auto; overflow:hidden; float:left;}

.product_pic_box { padding-right:219px; height:auto; overflow:hidden;}
.product_pic { float:left; width:100%; height:auto; overflow:hidden;}
.product_thumb_list { width:151px; height:auto; overflow:hidden; margin:0 -219px 0 0; float:right;}
.product_thumb_list li { width:100%; height:auto; overflow:hidden; margin-bottom:13px;}
.product_thumb_list li a { display:block; position:relative;}
.product_thumb_list li a:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:0px solid #ca1111;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);

}
.product_thumb_list li a:hover:after,
.product_thumb_list li.hover a:after { display:block; border:3px solid #ca1111;}
.product_thumb_list li img { display:block;}
.product_brief { width:100%; height:auto; overflow:visible;}
.product_brief .tit { font-size:24px; font-weight:bold; line-height:50px; color:#122e96; margin-top:10px;}
.product_brief .des { line-height:30px; color:#545454; margin-top:20px;}
.product_brief .more { font-size:16px; line-height:30px; color:#122e96; position:relative; padding-right:70px; margin-top:30px; display:inline-block; margin-bottom:20px;}
.product_brief .more:before { content:'read more'; display:block; font-size:12px; line-height:20px; text-transform:uppercase; position:absolute; left:0; top:30px;}
.product_brief .more:after { content:''; width:49px; height:49px; border-radius:50%; background:url(../images/icon_next_1.png); background-size:100% 100%; position:absolute; right:0; top:0;}


.productbox dd .topbox { height:70px; overflow:hidden; padding-left:486px; border-bottom:1px solid #ececec;}
.productbox dd .searchbox { width:432px; height:30px; overflow:hidden; border:1px solid #d2d2d2; border-radius:3px; margin:22px 0 0 -452px; float:left; position:relative;}
.productbox dd .searchbox .keys { width:386px; height:28px; line-height:28px; border:0; color:#000; position:absolute; left:1px; top:1px; text-indent:5px;}
.productbox dd .searchbox .submit { width:44px; height:30px; border:0; position:absolute; right:1px; top:1px; cursor:pointer; background:url(../images/search_icon.png) center center no-repeat;}
.productbox dd .keys:-ms-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox dd .searchbox .keys::-webkit-input-placeholder{
    color: #afafaf;opacity:0.5; font-size:14px;
}
.productbox .product_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; align-items:center;}
.productbox .product_list li{ width:32%; float:left; margin-left:2%; height:auto; overflow:visible; position:relative; top:0; left:0; line-height:0; text-align:center;
-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
}
.productbox .product_list li.ml0 { margin-left:0;}
.productbox .product_list li .brief { width:100%; height:auto; overflow:hidden; position:relative; }
.productbox .product_list li .des { width:100%; height:0; line-height:30px;overflow:hidden; color:#a1a1a1;}
.productbox .product_list li .tit { display:block; width:100%; height:88px; line-height:88px; text-align:center; font-size:16px; color:#000; z-index:2; position:relative;/* background:#fff; font-weight:bold;*/  /*background:rgba(0,0,0,.70); z-index:1; position:absolute; left:0; bottom:0;*/}
.productbox .product_list li a { display:block; position:relative; /* z-index:5; width:100%; height:100%; background:url(../images/productbox_list_mask.png) center center no-repeat; background-size:100% 100%;*/}
.productbox .product_list li .pic{ display:block; overflow:hidden; background:#000;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li:hover .pic {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.productbox .product_list li:hover{ }
.productbox .product_list li:after { content:''; position:absolute; left:0; bottom:-12px; width:0%; height:6px; background:#c1a329; display:none;
-moz-transition:all .5s cubic-bezier(0,0,.2,1);
-o-transition:all .5s cubic-bezier(0,0,.2,1);
-ms-transition:all .5s cubic-bezier(0,0,.2,1);
transition:all .5s cubic-bezier(0,0,.2,1);
}
.productbox .product_list li:hover:after { width:100%;}
.productbox .product_list li:hover .des { height:30px; display:block; margin-bottom:20px; /*background:rgba(255,156,0,.80); font-weight:bold;*/}

/*应用领域展示*/
.application_bg { height:auto; overflow:hidden; position:relative; background:#000; background-repeat:no-repeat; background-size:cover; background-position:top center; padding-bottom:0px;}
.applicationbg { position:absolute; left:0; top:0; right:0; bottom:0; z-index:1;}
.applicationbg .swiper-container { width:100%; height:100%;}
.applicationbg .swiper-container .swiper-wrapper { width:100%; height:100%;}
.applicationbg .swiper-container .swiper-wrapper .swiper-slide { width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:top center;}
.application { width:100%; height:auto; overflow:visible; position:relative; left:0; top:0; margin-top:60px;}
.application dt { width:100%; height:auto; overflow:hidden; position:relative; z-index:1;}
.application dt .title { float:left; height:auto; overflow:hidden;}
.application dt .tit { font-size:30px; line-height:40px; color:#fff;}
.application dt .tit1 { font-size:16px; line-height:30px; color:#fff; text-transform:uppercase;}
.application dt .more { width:166px; height:52px; line-height:52px; display:block; overflow:hidden; font-size:16px; background:#fff; color:#000; z-index:1; text-align:center; position:absolute; right:0; top:0px; border-radius:0px;}
.application dt .more:after { content:'>'; width:47px; height:52px; float:right; border-left:1px solid #c2c2c2;}
.application dt .more:hover { background:#ca0303; color:#fff;}
.application dt .more:hover:after { border-left:1px solid #990000;}
.application dt .des { font-size:18px; line-height:30px; color:#fff; margin-top:20px;}
.application dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:33px;}
.application dd .application_prev { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; left:-100px; top:50%; margin-top:-26px; text-align:center;}
.application dd .application_next { width:52px; height:52px; line-height:50px; background:#0a43b7; display:block; color:#fff; border-radius:50%; z-index:1; font-size:31px; position:absolute; right:-100px; top:50%; margin-top:-26px; text-align:center;}
.application dd .application_prev:hover,
.application dd .application_next:hover { color:#cd2828;}

.application .application_list_scroll { height:auto; position:relative;}
.application .application_list { height:auto; margin-top:500px;}
.application .application_list li { width:10%; height:166px; overflow:; position:relative;
/*-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
*/
float:left;
}
.application .application_list li.ml0 { margin-left:0;}
.application .application_list li .tit { height:60px; line-height:60px; position:relative; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:center; z-index:1; font-size:18px; color:#fff;}
.application .application_list li .tit:after { /*content:'>'; width:47px; height:47px; font-size:16px; text-align:center; line-height:45px; position:absolute; right:0; top:50%; margin-top:-23px; border-radius:50%; color:#fff; background:#0436ba;
-moz-transition:all .2s cubic-bezier(0,0,.2,1);
-o-transition:all .2s cubic-bezier(0,0,.2,1);
-ms-transition:all .2s cubic-bezier(0,0,.2,1);
transition:all .2s cubic-bezier(0,0,.2,1);*/
}
.application .application_list li a { display:block; position:relative; margin:0 1px; height:166px; overflow:hidden; background:rgba(0,0,0,.50); text-align:center;}
.application .application_list li .icon { width:100%; line-height:50px; color:#fff; font-size:45px; overflow:hidden; position:relative; margin-top:30px;}
.application .application_list li .pic { width:100%; height:auto; overflow:hidden; position:relative;}
.application .application_list li .pic img { display:block;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	position:relative; z-index:0; overflow:hidden;	
	}
.application .application_list li:hover a,
.application .application_list li.hover a { background:rgba(217,0,0,.90);}
.application .application_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.application .application_list li .margin { margin:30px 30px; height:auto; overflow:hidden;}
.application .application_list li .brief { width:100%; height:auto; position:relative; overflow:hidden; background:#fff; color:#000; display:none;}
.application .application_list li .brief .more { font-size:16px; text-transform:uppercase; line-height:30px;}
.application .application_list li:hover .brief { background:#fff; color:#000;}

/*经营范围*/
.categorybox_bg { height:auto; overflow:hidden; margin-top:50px;}
.categorybox { max-width:1440px; min-width:960px; margin:0 auto;}
.categorybox dt { width:100%; height:auto; overflow:hidden;}
.categorybox dt .tit1 { font-size:48px; line-height:60px; color:#122e96; text-transform:uppercase; font-weight:bold;}
.categorybox dt .tit { font-size:30px; line-height:50px; color:#122e96;}
.categorybox dd { width:100%; height:auto; overflow:visible; margin-top:60px; position:relative; background:#f2f2f2;}
.categorybox dd:before { content:''; position:absolute; left:-20%; top:0; right:-20%; bottom:0; background:url(../images/categorybox_bg.jpg) center center no-repeat; background-size:cover; z-index:-1;}
.category_box { padding-left:304px; height:auto; overflow:hidden;}
.category_list_box { width:304px; height:auto; overflow:hidden; background:#122e96; margin:0 0 0 -304px; float:left; padding-bottom:222px;}
.category_list { margin:0 33px; height:auto; overflow:hidden; font-size:24px;}
.category_list li { height:103px; overflow:hidden; line-height:103px; text-align:center; border-bottom:1px solid #2348d0;}
.category_list li a { display:block; color:#fff; width:100%; font-weight:bold; position:relative; font-weight:bold; line-height:103px;}
.category_list li.hover a:after,
.category_list li a:hover:after { content:'>'; font-size:18px; height:20px; line-height:20px;  color:#fff; position:absolute; right:0; top:50%; margin-top:-10px;}
.category_list li a .num { margin-right:40px;}
.category_bg_list li img { display:block;}
.about_point_list { width:100%; height:152px; overflow:hidden; float:left;}
.about_point_list li { width:23%; height:79px; margin-left:2.4%; margin-top:37px;/* width:314px; height:203px;*/ overflow:visible; float:left; position:relative;}
.about_point_list li:nth-child(1) { margin-left:0;}
.about_point_list li:before { content:''; position:absolute; left:-5%; top:0; height:100%; width:1px; background:#e4e4e4;}
.about_point_list li a { color:#000; display:block; margin-left:25%;}
.about_point_list li .num { font-size:30px; line-height:50px; font-weight:bold; font-family:'微软雅黑';}
.about_point_list li .unit{ font-size:14px; line-height:24px;}
.about_point_list li .tit { font-size:14px; line-height:20px;}
.category_bg_list { overflow:hidden; position:absolute; left:304px; bottom:0; top:152px; right:0;}
.category_bg_list li { width:100%; height:100%; position:absolute; left:0; top:0;}
.category_info_list { position:absolute; left:0; bottom:0; width:100%; height:172px; z-index:1;}
.category_info_list li { height:auto; overflow:hidden;}
.category_info_list li a { padding-left:304px; display:block; height:172px; overflow:hidden; color:#fff; background:#000; background:rgba(0,0,0,.36);}
.category_info_list .info { width:304px; margin:0 0 0 -304px; float:left;}
.category_info_list .info .info_ctrl_box { margin:40px; height:auto; overflow:hidden; margin-top:60px;}
.category_info_list .info .info_ctrl_box .icon { color:#bfbfbf; font-family:'微软雅黑';}
.category_info_list .info .info_ctrl_box .icon span { font-size:24px; position:relative; top:6px;}
.category_info_list .info .num { font-size:30px; font-weight:bold;}
.category_info_list .info .total { color:#bfbfbf; font-size:14px; font-weight:normal; margin-left:5px;}
.category_info_list .brief { width:90%; height:auto; overflow:hidden; float:left; margin:0 3%;}
.category_info_list .brief .tit { font-size:24px; line-height:60px; margin-top:30px;}
.category_info_list .brief .des { font-size:14px; line-height:24px; width:100%; height:48px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}


/*案列展示*/
.casebox { margin:0 2%; height:auto; overflow:visible; position:relative; margin-top:40px;}
.casebox dt { width:100%; height:auto; overflow:hidden; position:relative;}
.casebox dt .title { float:left;}
.casebox dt .tit { font-size:36px; color:#000; line-height:50px; font-weight:bold; display:block; position:relative;}
.casebox dt .tit1 { font-size:30px; color:#d2d2d2; line-height:40px; font-weight:bold; text-transform:uppercase;}
.casebox dt .tit2 { background:#006ccc; color:#fff; font-size:17px; line-height:39px; padding:0 20px; display:inline-block; border-radius:3px; font-weight:bold; position:relative;}
.casebox dt .line { position:relative; width:192px; height:1px; margin:0 22px; background:#bdbdbd; display:inline-block; top:-5px;}
.casebox dt .more { float:right; width:200px; height:51px; line-height:51px; text-indent:25px; background:#242bb1; border-radius:26px; color:#fff; font-size:16px; position:relative; margin-top:20px; z-index:1;}
.casebox dt .more:after { content:'→'; font-size:19px; color:#000; background:#fff; width:43px; height:43px; line-height:43px; text-align:center; border-radius:50%; position:absolute; right:4px; top:4px; text-indent:0;}
.casebox dt a { display:block;}
.casebox dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.casebox dt .tabs { width:100%; height:52px; overflow:hidden; text-align:left; margin-top:33px; padding:12px 0; border:1px solid #d2d2d2; border-left:0; border-right:0; }
.casebox dt .tabs a { display:inline-block; width:222px; height:52px; line-height:52px; font-size:18px; background:#c5c5c5; text-align:center;}
.casebox dt .tabs a:hover,
.casebox dt .tabs a.hover { background:#242bb1; color:#fff;}
.casebox dd { width:100%; height:300px; overflow:visible; position:relative; margin-top:50px;}

.casebox dd .case_prev { width:53px; height:53px; line-height:53px; text-align:center; display:block; display:inline-block; background:#c5c5c5; color:#000; border-radius:50%; font-size:24px; z-index:1; position:absolute; left:-100px; top:40%; margin-top:-28px;}
.casebox dd .case_next { width:53px; height:53px; line-height:53px; text-align:center; display:block; display:inline-block; background:#c5c5c5; color:#000; border-radius:50%; font-size:24px; z-index:1; position:absolute; right:-100px; top:40%; margin-top:-28px;}
.casebox dd .case_next:hover,
.casebox dd .case_prev:hover { color:#fff; background:#242bb1;}
.casebox dd .case_prev:after { content:'←';}
.casebox dd .case_next:after { content:'→';}

.casebox .case_list { height:auto;}
.casebox .case_list li { height:auto; overflow:hidden; position:relative;
/*-moz-transition:all 2s cubic-bezier(0,0,.2,1);
-o-transition:all 2s cubic-bezier(0,0,.2,1);
-ms-transition:all 2s cubic-bezier(0,0,.2,1);
transition:all 2s cubic-bezier(0,0,.2,1);
*/background:#fff;
}
.casebox .case_list li .tit { width:100%; height:60px; line-height:60px; /*position:absolute; left:0; bottom:0px; background:#000;  background:rgba(0,0,0,.80);*/ text-align:left; z-index:99999; font-size:18px;  color:#000000;}
.casebox .case_list li a { display:block; position:relative;}
.casebox .case_list li .pic { width:100%; height:auto; overflow:hidden;}
.casebox .case_list li .pic img {
	/*-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease; */position:relative; z-index:0; overflow:hidden;	
	}
.casebox .case_list li:hover { }
.casebox .case_list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;}
.casebox .case_list li:hover .tit { bottom:0;}
.casebox .case_list li .brief { height:60px; width:100%; position:relative;}
.casebox .case_list li .brief .more { width:36px; height:36px; line-height:36px; text-align:left; background:#242bb1; color:#fff; text-indent:20px; border-radius:18px; font-size:0; position:absolute; right:17px; top:-13px;}
.casebox .case_list li .brief .more:after { content:'+'; width:26px; height:26px; line-height:26px; font-size:18px; color:#000; background:#fff; border-radius:50%; display:inline-block; font-weight:bold; text-align:center; text-indent:0; position:absolute; right:5px; top:5px;}
.casebox .case_list li:hover .brief .more{ width:162px; font-size:14px;}
/*服务流程*/
.service_process { margin:0 2%; height:auto; overflow:visible; position:relative; margin-top:40px;}
.service_process dt { width:100%; height:auto; overflow:hidden; position:relative;}
.service_process dt .title { float:left;}
.service_process dt .tit { font-size:36px; color:#000; line-height:50px; font-weight:bold; display:block; position:relative;}
.service_process dt .tit1 { font-size:30px; color:#d2d2d2; line-height:40px; font-weight:bold; text-transform:uppercase;}
.service_process dt .more { float:right; width:200px; height:51px; line-height:51px; text-indent:25px; background:#242bb1; border-radius:26px; color:#fff; font-size:16px; position:relative; margin-top:20px; z-index:1;}
.service_process dt .more:after { content:'→'; font-size:19px; color:#000; background:#fff; width:43px; height:43px; line-height:43px; text-align:center; border-radius:50%; position:absolute; right:4px; top:4px; text-indent:0;}
.service_process dt a { display:block;}
.service_process dt .des { color:#6d6d6d; font-size:14px; line-height:27px; margin-top:5px;}
.service_process dd { width:100%; height:auto; overflow:visible; position:relative; margin-top:50px;}
.service_process dd .process_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;}
.service_process dd .process_list li { width:13.5%; float:left;}
.service_process dd .process_list li a { background:#e8e8e8; display:block; padding:33px 28px;}
.service_process dd .process_list li .icon { width:40px; height:40px; float:left; text-align:center;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.service_process dd .process_list li .icon .img1 { display:block;}
.service_process dd .process_list li .icon .img2 { display:none;}
.service_process dd .process_list li .tit { color:#010101; font-size:18px; line-height:24px; float:right;}
.service_process dd .process_list li .tit:after { content:'—'; display:block;}
.service_process dd .process_list li .more { font-size:30px; line-height:40px; width:40px; font-weight:normal; margin-top:100px;}
.service_process dd .process_list li a:hover { background:#242bb1; color:#fff;}
.service_process dd .process_list li a:hover .tit { color:#fff;}
.service_process dd .process_list li a:hover .icon { -webkit-animation-name: rubberBand; animation-name: rubberBand;}
.service_process dd .process_list li a:hover .icon .img1 { display:none;}
.service_process dd .process_list li a:hover .icon .img2 { display:block;}
/*焦点图*/
.focus{ position:relative; width:570px; height:330px; background-color: #000; float: left;}  
.focus img{ width: 570px; height: 330px;} 
.focus .shadow .title{width: 260px; height:65px; padding-left: 30px; padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden;}
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:auto; padding-bottom:5px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left;}  
.focus .shadow a { text-decoration:none; color:#fff; font-size:16px; overflow:hidden; font-family: "\5FAE\8F6F\96C5\9ED1"; line-height:32px; margin-top:5px; width:94%; display:block; margin-left:3%;} 
.focus .shadow p { background:#ff1177;}
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:13px; right:10px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;}  
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; margin:0 2px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#ffffff; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#ed2121;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}


.insidebox_bg { max-width:1440px; min-width:960px; height:auto; overflow:hidden; margin:80px auto; background:rgba(255,255,255,.80);}
/*.insidebox { overflow:hidden;}*/
.insidebox { overflow:hidden;}
.leftbox { width:100%; height:auto; float:right; overflow:visible; position:relative;}
.leftbox .bg { position:absolute; left:0; top:70px; filter:alpha(opacity=24); -moz-opacity:0.24; -khtml-opacity: 0.24; opacity: 0.24;}
.currpath { width:1200px; height:40px; line-height:40px; margin:0 auto; font-size:14px; color:#727171; margin-top:10px;}
.currpath a { color:#727171;}

.insidebox .currpath { width:96%; margin-left:2%; height:40px; line-height:40px; font-size:12px; color:#6f6f6f; margin-top:10px; font-weight:bold;}
.insidebox .currpath a { color:#6f6f6f;}

/*筛选框*/
.filterbox {  width:96%; margin-left:2%; height:auto; overflow:hidden; line-height:48px; margin-top:10px; background:#f9f9f9; border:1px solid #ebebeb;}
.filterbox .attrbox { width:98%; height:auto; overflow:hidden; border-top:1px solid #ebebeb; margin-left:1%; font-size:14px;}
.filterbox dl.bt0 { border-top:none;}
.filterbox .attrbox dt { width:5%; float:left; color:#535353; font-weight:bold;}
.filterbox .attrbox dd { width:95%; float:left;}
.filterbox .attrbox dd a { display:inline-block; color:#535353; margin:0 10px;}
.filterbox .attrbox dd a:hover { color:#f75c5c;}
.filterbox .attrbox dd a.on { color:#f75c5c;}


.goods-leftbox { background:#032b76; min-height:101px;}
.goods-guidebox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.goods-guidebox dt { display:none;}
.goods-guidebox dd { width:100%; height:auto; overflow:hidden;}

.goods-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between; font-size:18px;}
.goods-guidebox dd ul li { width:16.66666666666667%; flex:0 0 16.66666666666667%; height:101px; line-height:101px; background:none; margin:0; padding:0;}
.goods-guidebox dd ul li:hover { color:#fff;}
.goods-guidebox dd ul li a { color:#fff; display:block; font-weight:bold;}
.goods-guidebox dd ul li:hover a,.goods-guidebox dd ul li.hover a { background:#01379b;}

.news-leftbox { width:100%; position:relative; height:auto; overflow:hidden;}
.news-leftbox .line { position:absolute; left:0; top:61%; width:100%; height:1px; background:#e3e3e3;}
.news-guidebox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden;}
.news-guidebox dt { display:none;}
.news-guidebox dd { width:100%; height:auto; overflow:hidden;}

.news-guidebox dd ul { width:100%; height:auto; overflow:hidden; text-align:center; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start;}
.news-guidebox dd ul li { background:none; margin:0; padding:0;}
.news-guidebox dd ul li a { display:block; height:auto; overflow:hidden; position:relative;}
.news-guidebox dd ul li a .cn { color:#000; font-size:25px; line-height:55px; height:55px; font-weight:bold;}
.news-guidebox dd ul li a .en { color:#7d7d7d; font-size:17px; line-height:30px; height:30px; text-transform:uppercase;}
.news-guidebox dd ul li a:before { content:''; height:2px; width:0; background:#dd1e19; top:60%; left:0; position:absolute; -webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;}
.news-guidebox dd ul li:hover a:before,.news-guidebox dd ul li.hover a:before { width:100%;}

.goods-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.goods-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #ddd; display:block; box-shadow:0px 0px 10px #ddd; border:1px solid #eee;}
.goods-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.goods-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.goods-list li:hover .name { color:#fff; background:#276ab4;}

.pic-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.pic-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #ddd; display:block; box-shadow:0px 0px 10px #ddd; border:1px solid #eee;}
.pic-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.pic-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.pic-list li:hover .name { color:#fff; background:#276ab4;}

.video-list { overflow:visible; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; align-items:flex-start;}
.video-list li { width:22.8%; flex:0 0 22.8%; margin:1%; float:left; height:auto; overflow:hidden; -webkit-box-shadow:0px 0px 10px #ddd; display:block; box-shadow:0px 0px 10px #ddd; border:1px solid #eee;}
.video-list li .pic { border:0; -moz-box-shadow:0px 0px 20px #ddd; overflow:hidden; display:block;}
.video-list li .name{ text-align:center; height:60px; line-height:60px; text-align:center; background:#fff; font-size:16px; color:#000;}
.video-list li:hover .name { color:#fff; background:#276ab4;}

.news-box { height:auto; overflow:hidden; padding-right:383px;}
.news-box .rightbox { width:330px; height:auto; overflow:hidden; float:right; margin:0 -383px 0 0;}
.news-box .rightbox .searchbox { width:100%; height:auto; overflow:hidden; background:#e5e5e5;}
.news-box .rightbox .searchbox .box { width:80%; height:auto; margin:30px auto; overflow:hidden;}
.news-box .rightbox .searchbox .tit { font-size:24px; color:#000; line-height:30px;}
.news-box .rightbox .searchbox .keys { width:100%; height:40px; margin-top:15px; border:0; background:#fff; line-height:40px; text-indent:10px;}
.news-box .rightbox .searchbox .submit { width:100%; height:40px; font-size:15px; margin-top:15px; border:0; background:#bb1818; color:#fff; line-height:40px; text-align:center; cursor:pointer;}
.news-box .rightbox .picnews { margin-top:30px; display:block;}
.news-box .rightbox .picnews .pic { overflow:hidden;}
.news-box .rightbox .picnews .tit { font-size:17px; line-height:28px; margin-top:10px; color:#000;}
.news-box .rightbox .picnews .des { font-size:14px; line-height:24px; color:#6e6e6e; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-box .rightbox .picnews:hover .tit{ color:#ff4208;}
.news-box .rightbox .picnews:hover .des{ margin-top:10px;}
/*新闻二级列表*/
.news-list { width:100%; height:auto; overflow:hidden; float:left;}
.news-list li { width:100%; height:165px; overflow:hidden; position:relative; background:#fff; border-bottom:1px solid #dbdbdb;}
.news-list li .box { height:165px; padding-left:100px;}
.news-list li .date { width:100px; height:165px; margin:0 0 0 -100px; float:left; font-family:Arial;}
.news-list li .date .date-day { font-size:53px; line-height:60px; color:#828282; margin-top:30px;}
.news-list li .date .date-year-month{ font-size:14px; line-height:18px; color:#9d9d9d; }
.news-list li .pic { width:300px; height:200px; overflow:hidden; display:block; float:left; margin:0 0 0 -340px; _display:inline; -moz-box-shadow:2px 2px 5px #CCC; -webkit-box-shadow:2px 2px 5px #CCC; box-shadow:2px 2px 5px #CCC;}
.news-list li .brief { width:100%; height:auto; overflow:hidden; float:left; margin-top:30px;}
.news-list li .brief .tit { width:100%; display:block; font-size:22px; height:40px; line-height:40px; color:#323232; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.news-list li .brief .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list li .brief .more { display:inline-block; width:112px; height:39px; line-height:39px; text-align:center; font-size:14px; color:#ef7626; border:1px solid #ef7626; text-transform:uppercase; position:relative; margin-top:20px;}
.news-list li .brief .more:hover { background:#ef7626; color:#fff;}
.news-list li:hover .brief .tit { color:#0e6c6b;}
.news-list li:hover .brief .des { }
.news-list li:hover .date .date-day { color:#0e6c6b;}
.news-list li:hover .date .date-year-month { color:#0e6c6b;}
.news-list li .line_bx { background:#008d39; width:0%; height:2px; position:absolute; left:0; bottom:0;}
.news-list li .line_ly { background:#008d39; width:2px; height:0%; position:absolute; left:0; bottom:0;}
.news-list li .line_tx { background:#008d39; width:0%; height:2px; position:absolute; right:0; top:0;}
.news-list li .line_ry { background:#008d39; width:2px; height:0%; position:absolute; right:0; top:0;}
.news-list li:hover .line_bx { width:100%;}
.news-list li:hover .line_ly { height:100%;}
.news-list li:hover .line_tx { width:100%;}
.news-list li:hover .line_ry { height:100%;}
/*新闻列表样式*/
.news-list1 { width:100%; height:auto; overflow:hidden; font-size:16px;}
.news-list1 li { width:100%; line-height:50px; height:50px; border-bottom:1px dotted #999; position:relative; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.news-list1 li .date { float:right;}
.news-list1 li .tit { margin-left:20px;}
.news-list1 li:hover { border-bottom:1px solid #999; }
.news-list1 li:after { content:''; position:absolute; left:0; bottom:-1px; width:0; height:1px; background:#0e6c6b;-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;}
.news-list1 li:hover:after { width:100%;}

.jobs-list { width:100%; height:auto; overflow:hidden; float:left;}
.jobs-list li { width:100%; height:60px; overflow:hidden; position:relative; background:#fff; border-bottom:1px dashed #dbdbdb;}
.jobs-list li .date { float:right; line-height:60px; font-family:Arial;}
.jobs-list li .tit { width:100%; font-size:16px; height:60px; line-height:60px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.jobs-list li .des { color:#707070; font-size:14px; line-height:23px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.jobs-list li:hover .tit { color:#ff4208;}
.jobs-list li:hover .des { color:#ff4208;}
.jobs-list li:hover .date { color:#ff4208;}

.upresume { border:1px solid #ccc; background:#eee; padding:10px; border-radius:5px;}
.upresume:hover { border:1px solid #f00; background:#f00; color:#fff;}

.detail { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.detail .tit { font-size:18px; line-height:40px; margin:10px 0; font-weight:bold; text-align:center; color:#000;}
.detail .des { line-height:40px; color:#666; text-align:center;/* border-top:1px solid #ccc;*/ margin-top:10px; font-size:14px;}
.detail .pic { text-align:center;}
.detail .con { padding:10px; line-height:2; text-align:justify;/* text-justify:distribute-all-lines;*/ text-justify:inter-ideograph;}
.detail .con p { font-size:16px; color:#000;}

/*上一条下一条*/
.detail .prev_next { font-size:14px; border-top:1px solid #ccc; margin:0; padding:10px; margin-top:15px;}
.detail .prev_next a { color:#666; display:block;}
.detail .prev_next a:hover { color:#c00;}
.detail .label { margin:10px 0; font-size:16px; font-weight:bold; color:#666;}
/*相关标签*/
.detail .tag a { display:inline-block; color:#f00; border-bottom:1px dashed #f00; margin:0 3px;}
/*相关新闻列表*/
.detail .news-related-list { width:100%; height:auto; overflow:hidden;}
.detail .news-related-list li { height:30px; border-bottom:1px dashed #ccc; line-height:30px; text-indent:20px; position:relative;}
.detail .news-related-list li:before { content:''; width:6px; height:6px; position:absolute; left:5px; top:50%; margin-top:-3px; background:#999; border-radius:50%;}
.detail .news-related-list li span { float:right;}
/*相关图片列表*/
.detail .news-related-pic { width:100%; height:auto; overflow:hidden;}
.detail .news-related-pic  li { width:120px; height:110px; float:left; margin-right:10px; position:relative;}
.detail .news-related-pic  li .picture { width:120px; height:80px;}
.detail .news-related-pic  li .title { height:20px; line-height:30px; text-align:center; width:100%; font-size:12px;}

.ny_topbox { max-width:1200px; min-width:960px; height:auto; margin:0 auto; overflow:hidden; color:#000; text-align:center;}
.ny_topbox .title { display:inline-block; margin-top:30px;}
.ny_topbox .tit { font-size:34px; line-height:60px; font-weight:bold;}
.ny_topbox .line { display:inline-block; width:3px; height:16px; overflow:hidden; background:#000; margin:0 20px;}
.ny_topbox .tit1 { font-size:34px; font-family:Arial; text-transform:uppercase; font-weight:normal; margin-left:10px;}
.ny_topbox .des { margin:16px auto;}

/*内页导航*/
.guidebox { margin:0 50px; height:auto; overflow:visible; position:relative; margin-top:30px;}
.guidebox dt { width:100%; height:60px; overflow:hidden; position:relative; text-align:left; border-bottom:1px solid #dddddd;}
.guidebox dt .title { float:left;}
.guidebox dt .tit { color:#122e96; font-size:24px; line-height:60px; position:relative; z-index:2; font-weight:bold; display:inline-block;}
.guidebox dt .tit1 { color:#aeaeae; line-height:20px; font-family:Arial; text-transform:uppercase; font-size:18px; letter-spacing:0px; margin-top:25px; margin-left:15px; text-transform:uppercase; font-weight:bold; display:inline-block;}
.guidebox dt .line { display:inline-block; width:56px; height:3px; background:#d9d9d9; z-index:-1; position:relative; top:-10px; margin:0 20px;}
.guidebox dt .location { color:#595959; line-height:40px; float:right; padding-left:30px; margin-top:20px; margin-right:10px; background:url(../images/icon_home.png) 0 center no-repeat}
.guidebox dt .location a { color:#595959;}
.guidebox dd { width:100%; height:auto; overflow:visible;}
.guidebox dd ul { width:100%; height:auto; overflow:visible; font-size:14px; margin-top:20px; position:relative; text-align:left;}
.guidebox dd ul li { display:inline-block; width:auto; height:38px; color:#002c77; margin-right:20px; }
.guidebox dd ul li a { color:#757575; display:block; width:; height:38px; line-height:38px; background:#dde0e7; position:relative; overflow:hidden; text-align:center; padding:0 40px;}
.guidebox dd ul li a:before { /*content:'◆'; position:relative; margin-right:10px; margin-left:30px; z-index:9; background:#e2e2e2; transform:skew(-30deg); border-radius:5px;*//*设置倾斜度为-30*/}
.guidebox dd ul li:hover:before,
.guidebox dd ul li.hover:before { /*background:#006ccc;*/}
.guidebox dd ul li:hover a,
.guidebox dd ul li.hover a {  color:#fff; background:#122e96;}
.guidebox dd ul li:hover a { /*margin-top:-5px;*/}
.guidebox dd ul li:hover a+.subnav{display:block;}
.guidebox dd ul li .subnav { width:100%; height:46px; font-size:14px; margin-top:0; height:auto; position:absolute; top:63px; left:0; display:none; overflow:hidden; color:#535353; z-index:999999; background:#e7f1fa; text-align:left;}
.guidebox dd ul li .subnav a { display:block; width:auto; float:left; line-height:46px; height:46px; text-align:center; color:#535353; background:none; padding:0 17px;}
.guidebox dd ul li .subnav a:after { display:none;}
.guidebox dd ul li .subnav a:before { top:12px; display:block;} 
.guidebox dd ul li .subnav a:nth-child(1):before { background:none;}
.guidebox dd ul li .subnav a:hover,
.guidebox dd ul li .subnav a.hover { color:#1759a2;}

.leftbox .contact { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dt { width:100%; height:60px; overflow:hidden; position:relative; background:#fff url(../images/guidebox_title_line.gif) bottom center no-repeat;}
.leftbox .contact dt .tit { color:#030303; font-size:18px; line-height:60px; position:relative; z-index:2;}
.leftbox .contact dt .tit1 { color:#fff; line-height:20px; font-family:Arial; text-transform:uppercase; font-size:20px; letter-spacing:0px; margin-top:20px; text-transform:uppercase; font-weight:bold;}
.leftbox .contact dd { width:100%; height:auto; overflow:hidden;}
.leftbox .contact dd .telbox { height:auto; line-height:36px; border:1px solid #dcdcdc; color:#000; font-weight:bold; border-radius:8px; text-align:center; margin-top:40px; padding:10px 0;}
.leftbox .contact dd .lab { color:#000; font-size:14px; font-weight:bold;}
.leftbox .contact dd .lab:before { content:'◆'; position:relative; margin-right:10px;}
.leftbox .contact dd .tel { color:#0d498b; font-size:18px; font-weight:bold;}



.leftbox .qrcodebox { width:80%; margin-left:15%; height:auto; overflow:hidden; margin-top:30px;}
.leftbox .qrcodebox .pic { width:132px; height:132px; float:left;}
.leftbox .qrcodebox .title { border-left:1px solid #d2d2d2; font-size:15px; width:16px; height:auto; overflow:hidden; float:left; line-height:17px; margin-top:5px; padding-left:14px; margin-left:14px;}

.leftbox .news_box {width:100%; height:auto; overflow:hidden;}
.leftbox .news_box dt { width:100%; height:44px; overflow:hidden; position:relative; background:url(../images/guidebox_tit_bg.png) no-repeat;}
.leftbox .news_box dt .entitle {font-size: 24px;  line-height:26px; text-transform: uppercase; color:#cccccc; font-family: 'Courier New'; position:absolute; left:0; top:0; z-index:1;}
.leftbox .news_box dt .tit { display:inline-block; color:#fff; font-size:16px; line-height:40px; position:relative; z-index:2; margin-left:5%; font-weight:bold;}
.leftbox .news_box dd { height:auto; overflow:hidden; background:#e6f2fa; border:1px solid #d4dfe3; border-top:none; padding-bottom:20px;}
.leftbox .news_box dd ul.news_list { width:90%; height:auto; overflow:hidden; margin:0 auto; margin-top:20px;}
.leftbox .news_box dd ul.news_list li { height:24px; line-height:24px; overflow:hidden; color:#292929; background:url(../images/news_list_icon.gif) 0 center no-repeat;}
.leftbox .news_box dd ul.news_list li .tit { display:block; line-height:24px; height:24px; margin-left:15px; position:relative; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.leftbox .news_box dd ul.news_list li .tit:after { content:''; background:#d5d5d5; height:2px; width:0%; position:absolute; left:0; bottom:0;
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.leftbox .news_box dd ul.news_list li:hover .tit:after { width:100%;}
.leftbox .news_box dd ul.news_list li .time { color:#292929; line-height:30px; float:right;}

/*内页左侧二维码位置*/
.leftbox .qrcodebox { width:80%; margin-left:15%; height:auto; overflow:hidden; margin-top:20px;}
.leftbox .qrcodebox .pic { width:132px; height:132px; float:left;}
.leftbox .qrcodebox .title { border-left:1px solid #d2d2d2; font-size:15px; width:16px; height:auto; overflow:hidden; float:left; line-height:17px; margin-top:5px; padding-left:14px; margin-left:14px;}

/*左则导航二维码*/
.leftbox .qrcodebox { width:212px; height:auto; overflow:hidden; background:#f5f5f5; border:1px solid #e4e4e4; margin-top:20px; padding-top:20px;}
.leftbox .qrcodebox .pic { width:110px; height:110px; margin:0 auto; border:1px solid #0b7458;}
.leftbox .qrcodebox .title { font-size:16px; line-height:50px; text-align:center; color:#5c5c5c;}
/*左则导航搜索框*/
.leftbox .searchbox { width:100%; height:auto; overflow:hidden;}
.leftbox .searchbox .box { width:241px; height:52px; background:#ececec; overflow:hidden; border-radius:8px;}
.leftbox .searchbox .keys { width:168px; height:35px; line-height:35px; float:left; margin-top:8px; margin-left:20px; background:none; border:0;}
.leftbox .searchbox .submit { width:53px; height:35px; line-height:35px; margin-top:8px; text-align:center; border:0; cursor:pointer; background:url(../images/icon_search0.png) center center no-repeat;}
/*左则导航新闻*/
.topnewsbox { width:100%; height:auto; overflow:hidden; margin-top:20px;}
.topnewsbox dt { width:100%; height:38px; line-height:38px; background:#6fbef2;}
.topnewsbox dt .tit { color:#062f72; font-size:35px; text-transform:uppercase; line-height:50px; display:inline-block; font-weight:bold; /*background:url(../images/productbox_tit_line.gif) center center no-repeat;*/}
.topnewsbox dt .entit { color:#7b7b7b; font-size:28px; margin-left:20px; font-weight:normal;}
.topnewsbox dt .tit1 { color:#7b7b7b; line-height:30px; /* display:inline-block; background:#fff; padding:0 10px;*/ font-size:14px;}
.topnewsbox dt .line { width:3px; height:39px; background:#004aa5; position:relative; display:inline-block; top:8px; margin:0 33px;}
.topnewsbox dt .des { color:#1a4791; font-size:16px; line-height:27px;}
.topnewsbox dd { border:1px solid #e8e8e8; padding:10px;}
.topnewsbox dd ul { width:100%; height:auto; overflow:hidden;}
.topnewsbox dd ul li { width:100% height:27px; line-height:27px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}

/*详细内容显示*/
.contentbox {width:100%; height:auto; float:left; overflow:hidden; /* background:#fff;  */ margin-top:0px; padding-bottom:20px;}
.contentbox dt { width:100%; height:62px; line-height:62px; overflow:hidden; position:relative; /*background:url(../images/contentbox_tit_bg.gif) bottom right no-repeat;*/ display:none;}
.contentbox dt .location { float:right; color:#8d8d8d; font-size:14px; line-height:40px; font-weight:normal; padding-left:30px; background:url(../images/icon_home.png) 0 center no-repeat}}
.contentbox dt .location a { color:#8d8d8d;}
.contentbox dt .slogan { display:none;}
.contentbox dt .tit { font-size:24px; position:relative; display:block; float:left; margin-right:20px; font-weight:normal; color:#000;}
.contentbox dt .tit .line{ background:#05adb8; width:100%; height:2px; position:absolute; bottom:0; left:0;}
.contentbox dd {/* width:100%;*/ min-height:550px; margin:30px 50px; height:auto; overflow:hidden;}
.contentbox dd #content {font-size:16px; line-height:2;}

.contactbox_bg { height:auto; overflow:hidden; min-height:272px; background:url(../images/contactbox_bg.jpg) top center no-repeat;}
.contactbox { width:100%; height:auto; overflow:hidden;}
.contactbox dt { width:340px; height:272px; float:left;}
.contactbox dt .tit1 { font-size:48px; line-height:50px; color:#276ab4; font-weight:bold;}
.contactbox dt .tit { font-size:24px; color:#040000; line-height:60px;}
.contactbox dd .more { width:145px; height:49px; line-height:49px; font-size:16px; text-align:center; background:#276ab4; color:#fff; display:block; margin-top:80px;}
.contactbox dt .more:hover { background:#f7f192; color:#276ab4;}
.contactbox dd { float:left; height:272px;}
.contactbox dd .info { color:#fff; height:auto; overflow:hidden; margin-left:78px;}
.contactbox dd .info .lab { font-size:14px; line-height:30px; margin-top:55px;}
.contactbox dd .info .tel { font-size:36px; line-height:50px; font-family:"Arial"; font-weight:bold;}
.contactbox dd .info .email { font-size:14px; line-height:30px;}
.contactbox dd .contact_more { display:block; width:128px; height:38px; line-height:38px; text-align:center; border:1px solid #fff; color:#fff; font-size:14px; border-radius:19px; margin-top:20px;}
.contactbox dd .contact_more:hover { background:#0c1d60; color:#fff; border:1px solid #0c1d60;}
/*友情链接*/
.friendlinks_bg { background:#f2f2f2; height:auto; overflow:hidden;}
.friendlinks { height:auto; overflow:hidden; padding-left:115px; background:#f1f1f1; border:1px solid #e6e6e6;}
.friendlinks dt{ width:115px; height:48px; line-height:48px; margin:0 0 0 -115px; _display:inline; overflow:hidden; position:relative; float:left; text-align:center;}
.friendlinks dt .tit { color:#000; font-size:16px; font-weight:bold;}
.friendlinks dt .line { position:absolute; width:88px; height:3px; bottom:0; left:0; background:#de0a0a;}
.friendlinks dt .more { font-size:12px; color:#000; float:right; margin-right:20px; margin-top:23px; width:66px; height:31px; line-height:31px; background:url(../images/newsbox_more.png) no-repeat; text-align:center;}
.friendlinks dd { width:100%; height:auto; overflow:hidden; font-size:0; float:right;}
.friendlinks dd .linklist { width:100%; line-height:48px; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:flex-start; color:#423e00;}
.friendlinks dd a { display:inline-block; font-size:15px; line-height:48px; padding:0 10px; margin:0 10px; text-align:center; color:#000; position:relative;}
.friendlinks dd a:before { /*content:''; position:absolute; left:0; bottom:-4px; width:100%; height:4px; background:#ef0924;*/
-webkit-transition: all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease;
}
.friendlinks dd a:hover { color:#ef0924;}
.friendlinks dd a:hover:before { width:100%; bottom:-4px;} 

/*页脚*/
.footer_bg { height:auto; overflow:hidden; background:#003399; background-size:cover; position:relative;}
.footerbox { max-width:1440px; min-width:auto; margin:0 auto; margin-top:50px; height:auto; overflow:visible; }


.footer { overflow:visible; color:#b6b9bf; position:relative; height:auto; overflow:hidden; padding-right:240px; padding-bottom:40px; z-index:999;}
.footer a { color:#b6b9bf;}
.footer .footer_link { width:100%; line-height:167px; height:167px; color:#a1a1a1; font-size:16px; float:left;}
.footer .footer_link a { width:14.28571428571429%; line-height:167px; color:#a1a1a1; display:block; float:left;}
.footer .footer_link a:hover { color:#468b22;}
.footer .infobox { width:23%; height:auto; overflow:hidden; float:left; position:relative; margin-left:2%;}
.footer .infobox .company { width:100%; height:82px; line-height:82px; color:#fff; font-size:32px; margin-top:30px;}
.footer .infobox .company:after { content:'———'; display:block;}
.footer .infobox .tit { color:#fff; font-size:22px; line-height:50px; font-weight:100;}
.footer .infobox .tit a { color:#fff; font-weight:100;}
.footer .infobox .nav.w_40_fl { width:40%; float:left;}
.footer .infobox .nav { width:100%; height:auto; overflow:hidden; margin-top:10px;}
.footer .infobox .nav a { width:100%; display:block; font-size:17px; color:#c8c8c8; line-height:55px;}
.footer .infobox .nav a:hover { color:#a0211b; }
.footer .infobox .tel { font-size:36px; line-height:50px; color:#fff; font-weight:bold; margin-top:10px;}
.footer .infobox .info { width:100%; height:auto; overflow:hidden; font-size:17px; line-height:35px; color:#c8c8c8; margin-top:10px;}
.footer .infobox .message_link { width:382px; height:69px; line-height:69px; background:#fff; color:#3d3e3f; font-size:17px; text-indent:30px; margin-top:40px; display:block;}
.footer .infobox .message_link:hover { background:#a0211b; color:#fff;}
.footer .infobox .message_link:hover .icon { color:#fff;}
.footer .infobox .message_link .icon { float:right; font-size:24px; color:#3e3f40; margin-right:20px;}
.footer .infobox .more { width:40px; height:40px; line-height:40px; overflow:hidden; color:#d10233; font-size:16px;}
.footer .infobox .qrcode { width:125px; float:left; height:125px; overflow:hidden; background:#2064ac; margin-right:19px; margin-top:30px;}
.footer .infobox .qrcode .pic { width:93px; height:auto; overflow:hidden; margin:16px;}
.footer .infobox .qrcode .pic img { display:block;}
.footer .logobox { width:30%; height:255px; overflow:hidden; float:left; position:relative;}
.footer .logobox:after { content:''; position:absolute; right:2px; top:0; width:1px; height:100%; background:#fff;}
.footer .logobox:before { content:''; position:absolute; right:0; top:0; width:5px; height:37px; background:#fff;}
.footer .logobox .tit { font-size:18px; line-height:30px; color:#fff; font-weight:bold;}
.footer .logobox .tit1 { font-size:14px; line-height:20px; color:#fff;}
.footer .logobox .logo { height:auto; overflow:hidden; margin-bottom:20px; float:left;}
.footer .logobox .info1 { width:auto; height:auto; overflow:hidden; color:#fff; float:left; margin-left:10px;}
.footer .logobox .info1 .tit { font-size:18px; line-height:30px; letter-spacing:0px; margin-top:0px;}
.footer .logobox .info1 .tit1 { font-size:10px; line-height:20px; letter-spacing:-1px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; /*font-style:oblique;  font-weight:bold; */}

.footer .logobox .telbox { width:242px; height:auto; line-height:36px; color:#fff; overflow:hidden; border:1px solid #fff; margin-top:40px; text-align:center;}
.footer .logobox .telbox .lab { font-size:14px; margin-top:50px;}
.footer .logobox .telbox .tel { font-size:22px; line-height:30px; font-weight:bold;}

/*联系我们*/
.footer .contact_info_bg { background:#f3f3f3; padding:65px 0;}
.footer .contact_info { width:30%; height:255px; overflow:hidden; position:relative; float:left; padding:0 5%;}
.footer .contact_info:after { content:''; position:absolute; right:2px; top:0; width:1px; height:100%; background:#fff;}
.footer .contact_info:before { content:''; position:absolute; right:0; top:0; width:5px; height:37px; background:#fff;}
.footer .contact_info .tit { font-size:18px; line-height:40px; color:#fff;}
.footer .contact_info .tit:before { content:''; width:3px; height:21px; float:left; margin-top:10px; margin-right:10px; background:#fff;}
.footer .contact_info .info { width:100%; height:auto; overflow:hidden; margin-top:20px; font-size:14px; line-height:32px; color:#fff;}

.footer_nav { width:25%; height:255px; overflow:hidden; margin-left:5%; float:left; position:relative;}
.footer_nav:after { content:''; position:absolute; right:2px; top:0; width:1px; height:100%; background:#fff;}
.footer_nav:before { content:''; position:absolute; right:0; top:0; width:5px; height:37px; background:#fff;}
.footer_nav .tit { font-size:18px; line-height:40px; color:#fff;}
.footer_nav .tit:before { content:''; width:3px; height:21px; float:left; margin-top:10px; margin-right:10px; background:#fff;}
.footer_nav .list { width:100%; height:auto; overflow:hidden; margin-top:20px; font-size:14px;}
.footer_nav .list a { line-height:48px; display:block; width:50%; float:left; color:#fff; text-align:left;}
.footer_nav .list a:before { content:'> ';}

.footer .search_box { width:360px; height:auto; overflow:hidden; float:right; margin:59px -360px 0 0;}
.footer .searchbox { width:259px; height:52px; overflow:hidden; background:#393939; position:relative; border-radius:0px; float:right; margin-right:20px;}
.footer .searchbox .keys { width:204px; height:52px; line-height:52px; color:#cacaca; background:none; border:0; position:absolute; left:0px; top:0px; font-size:16px; padding:0 26px; z-index:1;}
.footer .searchbox .submit { width:56px; height:52px; line-height:52px; color:#fff; font-size:36px; border:0; font-weight:100; background:#468b22; position:absolute; right:0; top:0; z-index:1; text-align:center; cursor:pointer;}
.footer .searchbox:hover .keys { }
.footer .searchbox .keys:-ms-input-placeholder{
    color: #cacaca; font-weight:100;/*opacity:0.5; font-size:12px;*/
}
.footer .searchbox .keys::-webkit-input-placeholder{
    color: #cacaca; font-weight:100;/*opacity:0.5; font-size:12px;*/
}
.footer .qrcodebox { width:240px; height:auto; overflow:hidden; float:right; margin:0px -240px 0 0;}
.footer .qrcodebox .title { width:180px; font-size:18px; line-height:40px; color:#fff; float:right;}
.footer .qrcodebox .title:before { content:''; width:3px; height:21px; float:left; margin-top:10px; margin-right:10px; background:#fff;}
.footer .qrcodebox .qrcode { width:110px; height:auto; overflow:hidden; float:right;}
.footer .qrcodebox .qrcode .pic { width:100px; height:100px; overflow:hidden;}
.footer .qrcodebox .qrcode .pic img { width:100%; display:block;}
.footer .qrcodebox .qrcode .tit { width:100%; font-size:14px; line-height:50px; height:50px; color:#fff; text-align:center;}

/*版权*/
.copyright_bg { height:63px; background:#003399; overflow:hidden; margin-top:0px; position:relative; border-top:1px solid #91a7d3;}
.copyright { max-width:1440px; min-width:300px; padding:10px 0px; line-height:22px; overflow:hidden; margin:0px auto; color:#fff; font-size:12px; text-align:center;}
.copyright a { color:#fff;}
.copyright .share_link { float:right;}
.copyright .share_link a { font-size:42px; color:#707070; margin-right:23px;}
.copyright .share_link a:hover { color:#468b22;}

.clear{ clear:both; margin:0; padding:0;}
.hidden{ display:none;}
.gotop { width:46px; height:46px; overflow:hidden; background:url(../images/gotop.gif) no-repeat; position:fixed; right:10px; bottom:110px;}


/*自定义新闻列表样式*/
.contentbox dd ul.news_list { width:100%; height:auto; overflow:hidden; display:flex; display:-webkit-flex; flex-flow:row wrap; justify-content:space-between;}
.contentbox dd ul.news_list li { width:100%; flex:0 0 30%; float:left; padding-bottom:20px; margin-left:3.33333%; border:1px solid #d3d3d3;}
.contentbox dd ul.news_list li.ml0 { margin-left:0;}
.contentbox dd ul.news_list li {
-webkit-transition: all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease;
}
.contentbox dd ul.news_list li img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.contentbox dd ul.news_list li:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
}
.contentbox dd ul.news_list li:hover { border:1px solid #fff; -moz-box-shadow:0px 0px 10px #CCC, 0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC, 0px 0px 10px #CCC; box-shadow:0px 0px 20px #CCC, 0px 0px 20px #eee;}
.contentbox dd ul.news_list li .brief { margin:0 20px; height:auto; overflow:hidden;}
.contentbox dd ul.news_list li .time { line-height:29px; margin-top:10px; font-size:16px; color:#898888; text-indent:24px; background:url(../images/icon_time.png) 0 center no-repeat;}
.contentbox dd ul.news_list li .tit { line-height:29px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .des { line-height:22px; font-size:14px; color:#787878; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contentbox dd ul.news_list li .pic { overflow:hidden; display:block;}
.contentbox dd ul.news_list li .more { background:url(../images/news_list_more.png) no-repeat; display:block; width:40px; height:40px; position:relative; left:0;}
.contentbox dd ul.news_list li .more:hover{ background:url(../images/news_list_more1.png) no-repeat;}
.contentbox dd ul.news_list li:hover .more{ left:85%; transform: perspective(220px) rotateZ(-360deg); background:url(../images/news_list_more1.png) no-repeat;} 
.contentbox dd ul.news_list li:hover .tit { color:#05adb8; font-weight:bold;}
@media only screen and (max-width: 1440px){
	.top_bg .top { margin:0 2%;}
	.topbox_bg .topbox { margin:0 2%;}
	.indexbox { margin:0 2%;}
	.categorybox { margin:0 2%;}
	.newsbox { margin:0 2%;}
	.insidebox { margin:0 2%;}
	.footerbox { margin:0 2%;}
}

@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {
	
}
/*常用CSS3动画效果*/
.trans,a{
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

/*表单表格*/
.form_table{padding:25px 0 50px 20px; font-size:14px;}
.form_table td{ color:#666; border:0;}
.form_table td p{ line-height:20px; height:20px;}
.form_table .submit {background:#FF4001; border-radius:2px; width:170px; height:40px; text-align:center; line-height:30px; color:#fff; border:0; font-size:16px; font-weight:bold; cursor:pointer;}
/*表单控件控制*/
.num{font-family:"Arial";}
.num1{font-family:Verdana, Arial, Helvetica, sans-serif}
.num5{font-family:"微软雅黑";}
.strong{font-weight:bold;}
.normal{font-weight:normal;}
.aright{text-align:right;}
.aleft{text-align:left;}
.xuxian{border-bottom:1px dashed #ddd;}
.xuxian1{border-bottom:1px dotted #ddd;}
.inputall{height:28px; line-height:28px; border:1px #ddd solid; padding:2px 5px; font-size:14px; background:#fefefe}
.inputall30{border:1px #bababa solid; border-right:1px #ddd solid; border-bottom:1px #ddd solid; height:30px; line-height:30px; font-size:16px;}
.inputselect{line-height:22px; border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.textarea{border:1px #cecece solid; padding:5px 2px; font-size:14px; background:#fefefe; color:#555;}
.input60{width:60px;}
.input100{width:100px;}
.input150{width:150px;}
.input200{width:200px;}
.input250{width:250px;}
.input300{width:300px;}
.input350{width:350px;}
.input400{width:400px;}
.input500{width:500px;}
.input550{width:550px;}
.input600{width:600px;}
.input650{width:650px;}
.inputfix{vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
/*分页样式*/
.fenye a{font-size:16px; font-family:"宋体";}
.fenye{ text-align:center; height:auto; overflow:hidden; margin-top:20px;}
.fenye a{ border:1px #ef580d solid; padding:0 10px; /*border-radius:2px;*/ color:#ef580d; background:#fff;display:inline-block;  height:30px; line-height:30px; font-weight:normal; margin-left:8px; border-radius:2px;}
.fenye a:hover,.fenye .sel{background:#ef580d; color:#fff; border:1px #ef580d solid;  padding:0 10px;}
.fenye .sel{ font-weight:bold;}
/*chrome  浏览器滚动条的美化 */
/*::-webkit-scrollbar-track-piece {width:8px;background-color:#f4f4ff;}
::-webkit-scrollbar { width:8px; background-color:#f00;}
::-webkit-scrollbar-thumb { width:8px; height:50px; background-color:#999;}
::-webkit-scrollbar-thumb:hover { width:8px; background-color:#bb1818;}*/